From 53a6ddb1b7065b5a9fe059623ea5f78b1578df0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:06:17 +0000 Subject: [PATCH] deps(actions)(deps): bump actions/setup-go from 4.3.0 to 6.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.3.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prpush.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prpush.yml b/.github/workflows/prpush.yml index 8278d74..91b7709 100644 --- a/.github/workflows/prpush.yml +++ b/.github/workflows/prpush.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: 1.21.x @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: 1.21.x