From d91ab70ca6c8b1b6fde2c4c9e2878f6db055f4fd Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:02:16 +0200 Subject: [PATCH] Bump actions/setup-go from 5 to 6 in the ci group (#1124) (#1125) Bumps the ci group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... (cherry picked from commit 3e2b149dc232b8ddfed36ffaa62450de4cbdd718) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 28f506c8..261ba8af 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -54,7 +54,7 @@ jobs: sudo apt-get install podman buildah - name: Set up Go 1.22 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.22' cache: false # true (default) results in warnings since we don't use Go modules