diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 682acc9af..28fc67f99 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v3 with: - go-version: "^1.19.0" + go-version: "^1.22.0" - uses: actions/cache@v3 env: cache-name: bazel-${{ matrix.GCC }} @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-go@v3 with: - go-version: "^1.19.0" + go-version: "^1.22.0" - uses: actions/cache@v3 env: cache-name: bazel-coverage