diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69e60a3..9cbee06 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@v4 with: - go-version: '1.26' + go-version: '1.20' cache: true # More assembly might be required: Docker logins, GPG, etc. It all depends # on your needs.