diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index abafef84..dcd0e1fa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.18 + - name: Set up Go 1.24 uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: - go-version: 1.18 + go-version: 1.24 id: go - name: Check out code into the Go module directory