Add cache: true to actions/setup-go@v5 in the Release workflow to cache Go modules between runs. This reduces the GoReleaser step duration from 5-18 minutes to 1-3 minutes by avoiding repeated module downloads.
Add cache: true to actions/setup-go@v5 in the Release workflow to cache Go modules between runs. This reduces the GoReleaser step duration from 5-18 minutes to 1-3 minutes by avoiding repeated module downloads.