We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49fa5f0 + f0c517c commit 574f648Copy full SHA for 574f648
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
21
22
- name: Set up Go
23
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
24
with:
25
go-version: ${{ env.GO_VERSION }}
26
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments