File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 name : lint
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : actions/setup-go@v5
2424 with :
2525 go-version : ' 1.25'
2626 cache : false
2727 - name : golangci-lint
28- uses : golangci/golangci-lint-action@v3
28+ uses : golangci/golangci-lint-action@v8
2929 with :
3030 # Require: The version of golangci-lint to use.
3131 # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
Original file line number Diff line number Diff line change 1717 fail-fast : false
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Setup Go
2323 uses : actions/setup-go@v5
You can’t perform that action at this time.
0 commit comments