From c4d065e670b90183bf9372ef276a0a529269ea83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 12:36:41 +0000 Subject: [PATCH] Bump smartcontractkit/.github/actions/setup-golang@setup-golang/0.3.2 Bumps [smartcontractkit/.github/actions/setup-golang@setup-golang/0.3.2](https://github.com/smartcontractkit/.github) from 0.3.2 to 1.2.0. - [Commits](https://github.com/smartcontractkit/.github/compare/setup-golang/0.3.2...setup-golang/1.2.0) --- updated-dependencies: - dependency-name: smartcontractkit/.github/actions/setup-golang@setup-golang/0.3.2 dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 857847ca9..538ee131e 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout the Repo uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Install Go - uses: smartcontractkit/.github/actions/setup-golang@setup-golang/0.3.2 + uses: smartcontractkit/.github/actions/setup-golang@setup-golang/1.2.0 with: # test_download_vendor_packages_command: cd lib && go mod download go-version-file: ./lib/go.mod