diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a7b67f..7531359 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version: 1.23.x - run: go test -p 1 ./... lint: runs-on: ubuntu-latest @@ -19,9 +19,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version: 1.23.x - name: staticcheck - uses: dominikh/staticcheck-action@v1.3.0 + uses: dominikh/staticcheck-action@v1 with: version: "2022.1.1" quality-checker: @@ -30,6 +30,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version: 1.23.x - name: Run the quality checker (which catches obvious mistakes, missing docs, etc.) run: go run ./.github/quality-checker diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fbe0737..684d562 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: 'go.mod' + go-version: 1.23.x # The API linter does not use these, but we need them to build the # binaries. #