We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f32df32 + ca41d23 commit f15f31bCopy full SHA for f15f31b
.github/workflows/push.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Fetch source code"
21
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
22
- name: Install Go
23
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
24
with:
25
go-version: 1.18
26
- name: Go test
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
- name: "Check vet"
0 commit comments