diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f71a7ff..b87bc2a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.24', '1.23' ] + go: [ '1.24', '1.25' ] name: Go Version ${{ matrix.go }} steps: - uses: actions/checkout@v3