Skip to content

Commit 48112d6

Browse files
committed
ci: add Go 1.24 to the test matrix
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 66e3e28 commit 48112d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2828
with:
29-
go-version: "1.23"
29+
go-version: "1.24"
3030

3131
- name: Build
3232
run: go build .
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
os: [ubuntu-latest, macos-latest, windows-latest]
47-
go: ["1.21", "1.22", "1.23"]
47+
go: ["1.21", "1.22", "1.23", "1.24"]
4848
tags: ["", "viper_finder", "viper_bind_struct"]
4949

5050
steps:
@@ -75,12 +75,12 @@ jobs:
7575
- name: Set up Go
7676
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
7777
with:
78-
go-version: "1.23"
78+
go-version: "1.24"
7979

8080
- name: Lint
8181
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
8282
with:
83-
version: v1.60.3
83+
version: v1.64.5
8484

8585
dev:
8686
name: Developer environment

0 commit comments

Comments
 (0)