Update Go version to 1.25.6 in workflow

This commit is contained in:
Robin Olsen
2026-02-22 14:49:15 +01:00
committed by GitHub
parent 4f30744314
commit dbf619a054

View File

@@ -20,6 +20,8 @@ jobs:
- -
name: Set up Go name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with:
go-version: '1.25.6'
- -
name: Run GoReleaser name: Run GoReleaser
uses: goreleaser/goreleaser-action@v7 uses: goreleaser/goreleaser-action@v7
@@ -32,4 +34,4 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}