Skip to content

Commit

Permalink
Update release-action to use go1.17
Browse files Browse the repository at this point in the history
Signed-off-by: David Freilich <david.freilich@appsflyer.com>
  • Loading branch information
dfreilich committed Nov 27, 2022
1 parent 39e45c5 commit 1b10a8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
stable: false
go-version: '1.16.2'
go-version: '1.17'
- name: Build
run: |
[[ $GITHUB_REF =~ ^refs\/heads\/release/(.*)$ ]] && version=${BASH_REMATCH[1]} || version=0.0.0
Expand Down

0 comments on commit 1b10a8c

Please sign in to comment.