diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index a0572e4..4f86acf 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,7 +20,7 @@ jobs: - run: git fetch --force --tags - uses: actions/setup-go@v4 with: - go-version: stable + go-version: 1.21.0 - uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser