Skip to content

Commit

Permalink
workflow/github-release: Build with Go 1.16.x (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Aug 9, 2021
1 parent 9c77c32 commit ed070b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x

- name: Restore cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit ed070b4

Please sign in to comment.