Skip to content

Commit

Permalink
Update the release workflows go version to 1.17 (from 1.15) to match …
Browse files Browse the repository at this point in the history
…the rest of the workflows. (#468)
  • Loading branch information
dwedul-figure authored Sep 3, 2021
1 parent 4613fc6 commit aef56e8
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 @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=version::${GITHUB_REF##*/}"
outputs:
version: ${{ steps.version.outputs.version }}
go_version: "1.15"
go_version: "1.17"

build_osx:
runs-on: macos-latest
Expand Down

0 comments on commit aef56e8

Please sign in to comment.