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 1f5b262 commit 4066b57Copy full SHA for 4066b57
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Setup go
15
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
16
with:
17
go-version: ${{ env.GO_VERSION }}
18
- name: Checkout repository
@@ -28,7 +28,7 @@ jobs:
28
29
30
- name: Set up Go
31
32
33
34
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
id: go
0 commit comments