From 375527f575ec78c34661bd1e894d1b95473a5413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:14:29 +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/conformance.yml | 2 +- .github/workflows/examples-go.yml | 2 +- .github/workflows/examples-interop.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index f255899..f1796bd 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -72,7 +72,7 @@ jobs: with: bun-version: "1.3.10" - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 if: matrix.server == 'go' with: go-version: "1.22" diff --git a/.github/workflows/examples-go.yml b/.github/workflows/examples-go.yml index bb08dbc..46563d6 100644 --- a/.github/workflows/examples-go.yml +++ b/.github/workflows/examples-go.yml @@ -22,7 +22,7 @@ jobs: working-directory: examples/go steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: "1.22" - name: Vet, test, and build the client and server diff --git a/.github/workflows/examples-interop.yml b/.github/workflows/examples-interop.yml index c480755..4ece388 100644 --- a/.github/workflows/examples-interop.yml +++ b/.github/workflows/examples-interop.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # --- Go (always needed: hub reference client + server) ----------------- - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: "1.22"