Skip to content

Commit 2654df5

Browse files
committed
fix: update workflow
1 parent 7928a42 commit 2654df5

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@v5
99
with:
10-
go-version: 1.23.x
10+
go-version: 1.24.x
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: '22'
@@ -18,7 +18,7 @@ jobs:
1818
- run: (cd ui && yarn testformat)
1919
- uses: golangci/golangci-lint-action@v6
2020
with:
21-
version: v1.60.3
21+
version: v1.64.6
2222
- run: go build ./...
2323
- run: go test -race ./...
2424
- if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)