diff --git a/.github/workflows/build-artifacts-and-draft-release.yml b/.github/workflows/build-artifacts-and-draft-release.yml index bb3d95b..778a1ea 100644 --- a/.github/workflows/build-artifacts-and-draft-release.yml +++ b/.github/workflows/build-artifacts-and-draft-release.yml @@ -16,8 +16,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v5 + - uses: actions/setup-go@v5 + with: + go-version: 1.22 + check-latest: true + cache: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: