Skip to content

Commit 8d16b49

Browse files
Bump actions/setup-go from v1 to v2.1.3 (#5)
1 parent 635847d commit 8d16b49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-10.15
1212
steps:
1313
- name: Set up Go 1.13
14-
uses: actions/setup-go@v1
14+
uses: actions/setup-go@v2.1.3
1515
with:
1616
go-version: 1.13
1717
id: go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Unshallow
1515
run: git fetch --prune --unshallow
1616
- name: Set up Go
17-
uses: actions/setup-go@v1
17+
uses: actions/setup-go@v2.1.3
1818
with:
1919
go-version: 1.13.x
2020
- name: Run GoReleaser

0 commit comments

Comments
 (0)