From f78f99511ef0ec95f4d1d203f6c45bbd7762211b Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 22 Apr 2020 09:29:46 +0200 Subject: [PATCH] chores: Bump actions/setup-go version to 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also bump go-version to 1.14.2 Co-authored-by: Héctor Hurtado --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2d3062..2c045cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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