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