fix: unify definition of GO_VERSION in workflow

Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
This commit is contained in:
pancho horrillo
2020-06-09 16:56:37 +02:00
parent 622682aae2
commit d877ab1e38
+4 -2
View File
@@ -5,6 +5,9 @@ on:
tags:
- v*.*.*
env:
GO_VERSION: 1.14.4
jobs:
build:
@@ -17,7 +20,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '^1.14.3'
go-version: ${{ env.GO_VERSION }}
- name: Select custom release notes
id: release-notes
@@ -43,7 +46,6 @@ jobs:
args: release --rm-dist ${{ steps.release-notes.outputs.ARGS }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: 1.14.4
- name: Clear ~/.gnupg
run: |