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 c94e63a + 764796c commit 71b695bCopy full SHA for 71b695b
.github/workflows/push.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: "Fetch source code"
21
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
22
- name: Install Go
23
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
+ uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.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