Skip to content

Commit 394040c

Browse files
committed
ci: build on go 1.25
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 812f548 commit 394040c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 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.24"
29+
go-version: "1.25"
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.23", "1.24"]
47+
go: ["1.23", "1.24", "1.25"]
4848
tags: ["", "viper_finder", "viper_bind_struct"]
4949

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

8080
- name: Lint
8181
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0

0 commit comments

Comments
 (0)