diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9a4db4..1ce134a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - go-version: [ '1.20', '1.21' ] + go-version: [ '1.21', '1.22' ] runs-on: ${{ matrix.os }} timeout-minutes: 10 steps: diff --git a/go.mod b/go.mod index b714b70..83b44b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.sia.tech/coreutils -go 1.21 +go 1.21.6 require ( go.etcd.io/bbolt v1.3.8