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 67b856a commit 24584b2Copy full SHA for 24584b2
1 file changed
.github/workflows/test-go.yaml
@@ -11,8 +11,8 @@ jobs:
11
name: test
12
runs-on: ${{ matrix.os }}
13
env:
14
- GO_VERSION: 1.23.1
15
- GOLANGCI_LINT_VERSION: v1.61.0
+ GO_VERSION: 1.25
+ GOLANGCI_LINT_VERSION: v2.11.4
16
# YAEGI_VERSION: v0.16.1
17
# YAEGI_UNSAFE: 1
18
CGO_ENABLED: 0
@@ -22,7 +22,7 @@ jobs:
22
23
strategy:
24
matrix:
25
- go-version: [1.23.1, 1.x]
+ go-version: [1.25, 1.x]
26
os: [ubuntu-latest, macos-latest]
27
28
steps:
0 commit comments