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.
2 parents 413f081 + 21d69f1 commit 4fa74ceCopy full SHA for 4fa74ce
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/setup-go@v6
9
with:
10
- go-version: 1.25.x
+ go-version: 1.26.x
11
- uses: actions/setup-node@v6
12
13
node-version: '24'
@@ -16,7 +16,7 @@ jobs:
16
- run: make build-js
17
- uses: golangci/golangci-lint-action@v9
18
19
- version: v2.4.0
+ version: v2.10.1
20
args: --timeout=5m
21
skip-cache: true
22
- run: go mod download
GO_VERSION
@@ -1 +1 @@
1
-1.25.1
+1.26.0
go.mod
@@ -68,4 +68,4 @@ require (
68
69
go 1.24.0
70
71
-toolchain go1.25.1
+toolchain go1.26.0
0 commit comments