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 635847d commit 8d16b49Copy full SHA for 8d16b49
.github/workflows/pull-request.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: macos-10.15
12
steps:
13
- name: Set up Go 1.13
14
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v2.1.3
15
with:
16
go-version: 1.13
17
id: go
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
18
19
go-version: 1.13.x
20
- name: Run GoReleaser
0 commit comments