From 8edd6336149e4f1bd4d3836eaf1780eeae9d62f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:42:35 +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-native-components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native-components.yml b/.github/workflows/build-native-components.yml index ff446940b..882000b07 100644 --- a/.github/workflows/build-native-components.yml +++ b/.github/workflows/build-native-components.yml @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Install Go 1.22 - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '1.22.6' - name: Build and test ${{ matrix.tool.name }}