File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
17
17
name : lint
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
21
- - uses : actions/setup-go@v4
20
+ - uses : actions/checkout@v4
21
+ - uses : actions/setup-go@v5
22
22
with :
23
- go-version : ' 1.21.4 '
23
+ go-version : " 1.23.4 "
24
24
cache : false
25
25
- name : golangci-lint
26
- uses : golangci/golangci-lint-action@v3.6.0
26
+ uses : golangci/golangci-lint-action@v6
27
27
with :
28
28
# Require: The version of golangci-lint to use.
29
29
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
30
30
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
31
- version : v1.56 .2
31
+ version : v1.62 .2
32
32
33
33
# Optional: working directory, useful for monorepos
34
34
# working-directory: somedir
You can’t perform that action at this time.
0 commit comments