diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4de069f..8261fa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-24.04 steps: - - name: Set up Go 1.23 + - name: Set up Go 1.24 uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version: '1.24' id: go - name: Check out code into the Go module directory