diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 29d912c..396d00d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.22.x', '1.23.x' ] + go-version: ['1.22.2'] steps: - uses: actions/checkout@v4