diff --git a/.github/workflows/tests-template.yml b/.github/workflows/tests-template.yml index 1a0caf27e..45d3edea6 100644 --- a/.github/workflows/tests-template.yml +++ b/.github/workflows/tests-template.yml @@ -52,4 +52,4 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.1.6 + version: v2.10.1 diff --git a/.go-version b/.go-version index 59b054466..e6a6e7cd3 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.13 +1.25.8 diff --git a/go.mod b/go.mod index 869d383b0..316ec6ad4 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module go.etcd.io/bbolt -go 1.24.0 +go 1.25.0 -toolchain go1.24.13 +toolchain go1.25.8 require ( github.com/spf13/cobra v1.10.2