fix: unify definition of GO_VERSION in workflow
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
This commit is contained in:
@@ -5,6 +5,9 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- v*.*.*
|
- v*.*.*
|
||||||
|
|
||||||
|
env:
|
||||||
|
GO_VERSION: 1.14.4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
@@ -17,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.14.3'
|
go-version: ${{ env.GO_VERSION }}
|
||||||
|
|
||||||
- name: Select custom release notes
|
- name: Select custom release notes
|
||||||
id: release-notes
|
id: release-notes
|
||||||
@@ -43,7 +46,6 @@ jobs:
|
|||||||
args: release --rm-dist ${{ steps.release-notes.outputs.ARGS }}
|
args: release --rm-dist ${{ steps.release-notes.outputs.ARGS }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GO_VERSION: 1.14.4
|
|
||||||
|
|
||||||
- name: Clear ~/.gnupg
|
- name: Clear ~/.gnupg
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user