We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c2d50 commit 0ea20d4Copy full SHA for 0ea20d4
1 file changed
.github/workflows/ci.yaml
@@ -90,7 +90,7 @@ jobs:
90
name: Go lint
91
runs-on: ubuntu-latest
92
env:
93
- GOLANGCI_LINT_VERSION: v2.7.2
+ GOLANGCI_LINT_VERSION: v2.9.0
94
GOPROXY: https://proxy.golang.org,https://u:${{ secrets.RIVERPRO_GO_MOD_CREDENTIAL }}@riverqueue.com/goproxy,direct
95
permissions:
96
contents: read
@@ -112,7 +112,7 @@ jobs:
112
run: make fake_assets
113
114
- name: Lint
115
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v9
116
with:
117
# golangci-lint needs to be run separately for every Go module, and
118
# its GitHub Action doesn't provide any way to do that. Have it fetch
0 commit comments