We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71989d commit b7ae811Copy full SHA for b7ae811
.github/workflows/docker-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout the Repo
27
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
28
- name: Install Go
29
- uses: smartcontractkit/.github/actions/setup-golang@01d931b0455a754d12e7143cc54a5a3521a8f6f6 #v 0.3.1
+ uses: smartcontractkit/.github/actions/setup-golang@setup-golang/0.3.2
30
with:
31
# test_download_vendor_packages_command: cd lib && go mod download
32
go-version-file: ./lib/go.mod
0 commit comments