diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 875d82e..4b41c8e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.19'] + go: ['1.22', '1.23'] name: Go ${{ matrix.go }} sample steps: