From 1469ca3918168baff35bd2725fcf31647e771da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:24:50 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 5.2.0 to 6.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/3041bf56c941b39c61721a86cd11f3bb1338122a...4a3601121dd01d1626a1e23e37211e3254c1c06c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/installer-linux.yml | 2 +- .github/workflows/installer-macos.yml | 2 +- .github/workflows/installer-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/installer-linux.yml b/.github/workflows/installer-linux.yml index 8da1dbc..480239b 100644 --- a/.github/workflows/installer-linux.yml +++ b/.github/workflows/installer-linux.yml @@ -102,7 +102,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: services/console/go.mod diff --git a/.github/workflows/installer-macos.yml b/.github/workflows/installer-macos.yml index 9829167..36723f2 100644 --- a/.github/workflows/installer-macos.yml +++ b/.github/workflows/installer-macos.yml @@ -102,7 +102,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: services/console/go.mod diff --git a/.github/workflows/installer-windows.yml b/.github/workflows/installer-windows.yml index 13617fc..c822157 100644 --- a/.github/workflows/installer-windows.yml +++ b/.github/workflows/installer-windows.yml @@ -103,7 +103,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: services/console/go.mod