diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a99229..f6d9738 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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')