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