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 322dfa1 commit 30dd440Copy full SHA for 30dd440
.github/workflows/pull-request.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: macos-10.15
12
steps:
13
- name: Set up Go 1.16
14
- uses: actions/setup-go@v2.1.3
+ uses: actions/setup-go@v2.1.5
15
with:
16
go-version: 1.16
17
id: go
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
32
33
34
35
36
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
18
19
20
- name: Run GoReleaser
0 commit comments