diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 961afd8..d291f9c 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.20' + go-version: '1.23' cache: true # More assembly might be required: Docker logins, GPG, etc. It all depends # on your needs.