Skip to content

Commit

Permalink
chores: Bump actions/setup-go version to 2
Browse files Browse the repository at this point in the history
Also bump go-version to 1.14.2

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
  • Loading branch information
panchoh and Héctor Hurtado committed Apr 22, 2020
1 parent 1840209 commit f78f995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
fetch-depth: 0

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

- name: Select custom release notes
id: release-notes
Expand Down

0 comments on commit f78f995

Please sign in to comment.