diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 30edf68..16c47bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.21.x] + go-version: [1.23.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index 7cf2a5a..8c42b6c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/gen2brain/go-unarr -go 1.19 +go 1.21