Skip to content

Commit 6488e77

Browse files
committed
ci: update golangci-lint.yml versions
1 parent 9d06bb7 commit 6488e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: '1.22'
29+
go-version: '1.24'
3030
cache: false
3131
- name: golangci-lint
3232
uses: golangci/golangci-lint-action@v4
3333
with:
3434
# Require: The version of golangci-lint to use.
3535
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
3636
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
37-
version: v1.54
37+
version: v2.1.6
3838
args: --timeout=5m

0 commit comments

Comments
 (0)