Skip to content

Commit 21d69f1

Browse files
committed
ci: update go & lint
1 parent 2b2739b commit 21d69f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/setup-go@v6
99
with:
10-
go-version: 1.25.x
10+
go-version: 1.26.x
1111
- uses: actions/setup-node@v6
1212
with:
1313
node-version: '24'
@@ -16,7 +16,7 @@ jobs:
1616
- run: make build-js
1717
- uses: golangci/golangci-lint-action@v9
1818
with:
19-
version: v2.4.0
19+
version: v2.10.1
2020
args: --timeout=5m
2121
skip-cache: true
2222
- run: go mod download

0 commit comments

Comments
 (0)