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 7928a42 commit 2654df5Copy full SHA for 2654df5
1 file changed
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/setup-go@v5
9
with:
10
- go-version: 1.23.x
+ go-version: 1.24.x
11
- uses: actions/setup-node@v4
12
13
node-version: '22'
@@ -18,7 +18,7 @@ jobs:
18
- run: (cd ui && yarn testformat)
19
- uses: golangci/golangci-lint-action@v6
20
21
- version: v1.60.3
+ version: v1.64.6
22
- run: go build ./...
23
- run: go test -race ./...
24
- if: startsWith(github.ref, 'refs/tags/v')
0 commit comments