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 94b8b5b commit bda67feCopy full SHA for bda67fe
.github/workflows/go.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Set up Go
11
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v2
12
with:
13
go-version: 1.17
14
id: go
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
20
21
22
23
0 commit comments