Skip to content

Commit

Permalink
chore: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed May 19, 2020
1 parent 87aec01 commit dca957b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '^1.14.2'
go-version: '^1.14.3'

- name: Select custom release notes
id: release-notes
Expand All @@ -36,3 +36,4 @@ jobs:
key: ${{ secrets.KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: 1.14.3

0 comments on commit dca957b

Please sign in to comment.