Skip to content

Commit 2513be9

Browse files
committed
chore: update to go 1.24 and golangci-lint-action v9 with v2.6
1 parent abf11f0 commit 2513be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
name: Check Commit
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: '^1.20.0'
14+
go-version: '^1.24'
1515
- name: Get Go cache paths
1616
id: cache-path
1717
run: |
@@ -46,7 +46,7 @@ jobs:
4646
- name: Check
4747
run: make test
4848
- name: golangci-lint
49-
uses: golangci/golangci-lint-action@v8
49+
uses: golangci/golangci-lint-action@v9
5050
with:
51-
version: v2.1.0
51+
version: v2.6
5252
args: --timeout=5m

0 commit comments

Comments
 (0)