Skip to content

Commit fe0bf63

Browse files
committed
Update golang ci version
Signed-off-by: Shovan Maity <shovan.maity@harness.io>
1 parent 361a764 commit fe0bf63

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: make gofmt-check
2323

2424
- name: golangci-lint
25-
uses: reviewdog/action-golangci-lint@v1
25+
uses: reviewdog/action-golangci-lint@v2
2626

2727
- name: unused-package check
2828
run: make unused-package-check

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: make gofmt-check
2525

2626
- name: golangci-lint
27-
uses: reviewdog/action-golangci-lint@v1
27+
uses: reviewdog/action-golangci-lint@v2
2828

2929
- name: unused-package check
3030
run: make unused-package-check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: make gofmt-check
2323

2424
- name: golangci-lint
25-
uses: reviewdog/action-golangci-lint@v1
25+
uses: reviewdog/action-golangci-lint@v2
2626

2727
- name: unused-package check
2828
run: make unused-package-check

0 commit comments

Comments
 (0)