Skip to content

Commit

Permalink
Update setup-go version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerrill6 committed Nov 24, 2020
1 parent 49f4c3c commit 4e3cac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Unshallow Fetch
run: git fetch --prune --unshallow
- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: 1.14
- name: Add MacOS certs
Expand Down

0 comments on commit 4e3cac0

Please sign in to comment.