From dca957bd145264a8d25b499f045ed2dd43437967 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Tue, 19 May 2020 12:15:09 +0200 Subject: [PATCH] chore: bump go version --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 350c7c96..140b4ba3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -36,3 +36,4 @@ jobs: key: ${{ secrets.KEY }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GO_VERSION: 1.14.3