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.
2 parents 26142bd + 7a23873 commit 2761693Copy full SHA for 2761693
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21
22
- name: Set up Go
23
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
+ uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
24
with:
25
go-version: ${{ env.GO_VERSION }}
26
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments