diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8cbed4..9cbee06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,9 @@ jobs: with: fetch-depth: 0 - run: git fetch --force --tags - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: - go-version: '=>1.20' + go-version: '1.20' cache: true # More assembly might be required: Docker logins, GPG, etc. It all depends # on your needs.