From dbf619a0548446ed22d6f53f5072182cc20dd67f Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Sun, 22 Feb 2026 14:49:15 +0100 Subject: [PATCH] Update Go version to 1.25.6 in workflow --- .github/workflows/goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}