Skip to content

Commit 3c0cfe4

Browse files
committed
fix: bumps golangci-lint to work with go 1.24+
1 parent ea774f5 commit 3c0cfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # tag=v9.0.0
3030
with:
31-
version: v2.1.0
31+
version: v2.4.0
3232
working-directory: ${{matrix.working-directory}}
3333
- name: Lint API
3434
run: make lint-api

0 commit comments

Comments
 (0)