From 02805bcfb444dc828a165331707715c47af50a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:45:29 +0000 Subject: [PATCH] github-action: bump actions/setup-go from 4.1.0 to 5.1.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/93397bea11091df50f3d7e59dc26a7711a8bcfbe...41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test_on_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_on_pr.yml b/.github/workflows/test_on_pr.yml index f470707..c097f67 100644 --- a/.github/workflows/test_on_pr.yml +++ b/.github/workflows/test_on_pr.yml @@ -27,7 +27,7 @@ jobs: sudo mv -f ./terraform /usr/local/bin - name: "Install Go ${{env.GO_VERSION}}" - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe + uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed with: go-version: "${{env.GO_VERSION}}"