diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a201b3a2dd698..59cf7f7f1cbda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: - name: Install Go if: steps.gate.outputs.skip == 'false' - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '1.26.x' check-latest: true @@ -196,7 +196,7 @@ jobs: fetch-depth: 0 # necessario per "git describe" - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '1.26.x' check-latest: true diff --git a/.github/workflows/simpleBuild.yml b/.github/workflows/simpleBuild.yml index e0e0438ebfd16..39dc0d77edf38 100644 --- a/.github/workflows/simpleBuild.yml +++ b/.github/workflows/simpleBuild.yml @@ -101,7 +101,7 @@ jobs: fetch-depth: 0 - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go }} check-latest: true @@ -232,7 +232,7 @@ jobs: # # - name: Install Go # id: setup-go -# uses: actions/setup-go@v6 +# uses: actions/setup-go@v7 # with: # go-version: '>=1.24.0-rc.1' # check-latest: true @@ -323,7 +323,7 @@ jobs: # Upgrade together with NDK version - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '>=1.25.0-rc.1'