diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 9af1074..6445113 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -16,6 +16,8 @@ jobs: with: fetch-depth: 0 - uses: actions/setup-go@v6 + with: + go-version: "1.25.x" - uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser