From 0f49ceab75b0138125931970fd6be6cd370b5abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:07:42 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 6 to 7 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ddd8e21e..96586d411 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: - name: Install Go id: setup-go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go }} check-latest: true @@ -276,7 +276,7 @@ jobs: - name: Install Go id: setup-go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '~1.26.5' check-latest: true @@ -391,7 +391,7 @@ jobs: # Upgrade together with NDK version - name: Set up Go id: setup-go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '~1.26.5' # Caching is handled explicitly below to share the module cache