Skip to content

Commit ab506fb

Browse files
authored
Bump reviewdog golangci-lint action major version
This is a necessary precursor to bumping the Go version from 1.21 to 1.22, which will be done in separate PR.
1 parent f889af1 commit ab506fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reviewdog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: reviewdog/action-golangci-lint@v1
19+
- uses: reviewdog/action-golangci-lint@v2
2020
with:
2121
github_token: ${{ secrets.github_token }}
2222
golangci_lint_flags: "-c .golangci.yml"

0 commit comments

Comments
 (0)