We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812f548 commit 394040cCopy full SHA for 394040c
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Go
27
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
28
with:
29
- go-version: "1.24"
+ go-version: "1.25"
30
31
- name: Build
32
run: go build .
@@ -44,7 +44,7 @@ jobs:
44
fail-fast: false
45
matrix:
46
os: [ubuntu-latest, macos-latest, windows-latest]
47
- go: ["1.23", "1.24"]
+ go: ["1.23", "1.24", "1.25"]
48
tags: ["", "viper_finder", "viper_bind_struct"]
49
50
steps:
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
- name: Lint
81
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
0 commit comments