From 8f61d6fc52fe7a0917de083a98a36ba609674559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 01:33:57 +0000 Subject: [PATCH] Bump actions/setup-go from 2.1.3 to 5.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/github_tag_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_tag_and_release.yml b/.github/workflows/github_tag_and_release.yml index 9f79b5d..174c9a1 100644 --- a/.github/workflows/github_tag_and_release.yml +++ b/.github/workflows/github_tag_and_release.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v5.4.0 with: go-version: 1.15 -