diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index b8192bc..b05894e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,6 +20,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 + with: + go-version: '1.25.6' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v7 @@ -32,4 +34,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution - # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} \ No newline at end of file + # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}