diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0f92ac..294f834 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/setup-go@v6 with: - go-version: 1.24.x + go-version: 1.25.x - uses: actions/setup-node@v5 with: node-version: '22' @@ -16,7 +16,7 @@ jobs: - run: make build-js - uses: golangci/golangci-lint-action@v8 with: - version: v2.2.1 + version: v2.4.0 args: --timeout=5m skip-cache: true - run: go mod download diff --git a/GO_VERSION b/GO_VERSION index f9e8384..d905a6d 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.24.1 +1.25.1 diff --git a/Makefile b/Makefile index 2aec9c9..5bc5cfa 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ check-js: (cd ui && yarn testformat) download-tools: - go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0 + go install github.com/go-swagger/go-swagger/cmd/swagger@717e3cb29becaaf00e56953556c6d80f8a01b286 update-swagger: swagger generate spec --scan-models -o docs/spec.json diff --git a/go.mod b/go.mod index 4f9b5a7..fc7a3cb 100644 --- a/go.mod +++ b/go.mod @@ -53,4 +53,4 @@ require ( go 1.23.0 -toolchain go1.24.1 +toolchain go1.25.1