diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1484a11..a64d49f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,10 +9,10 @@ jobs: test: strategy: matrix: - go-version: [ "1.24", "1.25" ] + go-version: [ "1.25", "1.26" ] runs-on: ubuntu-latest env: - GOLANGCI_LINT_VERSION: v2.4.0 + GOLANGCI_LINT_VERSION: v2.9.0 steps: - name: Checkout code diff --git a/go.mod b/go.mod index ee4e032..c75c64e 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/hamba/cmd/v3 -go 1.24.0 - -toolchain go1.24.1 +go 1.25.0 require ( github.com/ettle/strcase v0.2.0