Skip to content

Commit 24a2c3f

Browse files
committed
Updating golangci action version
1 parent 925cac2 commit 24a2c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.21'
21+
go-version: '1.24'
2222
cache: false
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v3
24+
uses: golangci/golangci-lint-action@v7
2525
with:
2626
# Require: The version of golangci-lint to use.
2727
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.

0 commit comments

Comments
 (0)