Skip to content

Commit

Permalink
Specify Go version for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samcoe committed Nov 19, 2021
1 parent b8a5971 commit a9027cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit a9027cf

Please sign in to comment.