Skip to content

Commit

Permalink
github: Pin to setup-go action version in release workflow to v1
Browse files Browse the repository at this point in the history
The general v1 tag is automatically updated to the latest v1 point
release.
  • Loading branch information
tjanez committed Feb 25, 2020
1 parent 832d921 commit 9134697
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 @@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.13
uses: actions/setup-go@v1.1.2
uses: actions/setup-go@v1
with:
go-version: "1.13.x"
- name: Install oasis-node prerequisites
Expand Down

0 comments on commit 9134697

Please sign in to comment.