Skip to content

Commit

Permalink
Update release script to use recent Go
Browse files Browse the repository at this point in the history
Caught another error in the release script that was building code that
requires a recent Go version :(

Signed-off-by: Phil Estes <estesp@gmail.com>
  • Loading branch information
estesp committed Mar 15, 2022
1 parent d2bc3ce commit 9b52704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -184,6 +184,11 @@ jobs:
timeout-minutes: 10

steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.17.8'

- name: Set env
shell: bash
run: |
Expand Down

0 comments on commit 9b52704

Please sign in to comment.