diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2b57886..727748b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ["1.22", "1.23"] + go-version: ["1.23"] name: Lint and test ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }} steps: