diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dd0f3ca..f77f92d 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.25' ] + go: [ '1.26', '1.25' ] name: Go Version ${{ matrix.go }} steps: - uses: actions/checkout@v3