diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bdd11c..1e6ecc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x, 1.23.x] + go-version: [1.21.x, 1.24.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index 8a2278c..f4a6044 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module mvdan.cc/fdroidcl go 1.21.0 -toolchain go1.23.0 +toolchain go1.24.2 require ( github.com/kr/pretty v0.3.1