Skip to content

Commit 0ea20d4

Browse files
committed
use golangci-lint v2.9.0, actions v9
1 parent 81c2d50 commit 0ea20d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
name: Go lint
9191
runs-on: ubuntu-latest
9292
env:
93-
GOLANGCI_LINT_VERSION: v2.7.2
93+
GOLANGCI_LINT_VERSION: v2.9.0
9494
GOPROXY: https://proxy.golang.org,https://u:${{ secrets.RIVERPRO_GO_MOD_CREDENTIAL }}@riverqueue.com/goproxy,direct
9595
permissions:
9696
contents: read
@@ -112,7 +112,7 @@ jobs:
112112
run: make fake_assets
113113

114114
- name: Lint
115-
uses: golangci/golangci-lint-action@v7
115+
uses: golangci/golangci-lint-action@v9
116116
with:
117117
# golangci-lint needs to be run separately for every Go module, and
118118
# its GitHub Action doesn't provide any way to do that. Have it fetch

0 commit comments

Comments
 (0)