Skip to content

Commit 01d237b

Browse files
committed
STAC-0: migrate to golangcilint v2 in CI too
1 parent d0004fb commit 01d237b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
runs-on: ubuntu-latest
2929
timeout-minutes: 10
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- uses: actions/setup-go@v5
3333
with:
3434
go-version: "1.21"
3535
cache: false
3636
- name: golangci-lint
37-
uses: golangci/golangci-lint-action@v4
37+
uses: golangci/golangci-lint-action@v8
3838
with:
3939
# Require: The version of golangci-lint to use.
4040
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
4141
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
42-
version: v1.64.4
42+
version: v2.3.1
4343

4444
check-license:
4545
name: License scan

0 commit comments

Comments
 (0)