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