diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66ca7e5b..5ccedb15 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.25.x + go-version: 1.26.x - uses: actions/setup-node@v6 with: node-version: '24' @@ -16,7 +16,7 @@ jobs: - run: make build-js - uses: golangci/golangci-lint-action@v9 with: - version: v2.4.0 + version: v2.10.1 args: --timeout=5m skip-cache: true - run: go mod download diff --git a/GO_VERSION b/GO_VERSION index d905a6d1..5ff8c4f5 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.25.1 +1.26.0 diff --git a/go.mod b/go.mod index 616adf53..6257d0e0 100644 --- a/go.mod +++ b/go.mod @@ -68,4 +68,4 @@ require ( go 1.24.0 -toolchain go1.25.1 +toolchain go1.26.0