fix: update workflow

This commit is contained in:
Jannis Mattheis
2025-04-12 17:55:48 +02:00
parent 7928a4203e
commit 2654df56d5

View File

@@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
go-version: 1.24.x
- uses: actions/setup-node@v4
with:
node-version: '22'
@@ -18,7 +18,7 @@ jobs:
- run: (cd ui && yarn testformat)
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
version: v1.64.6
- run: go build ./...
- run: go test -race ./...
- if: startsWith(github.ref, 'refs/tags/v')