From 74ccc1bda0f455ef3133d6c66016ca543b74ac5a Mon Sep 17 00:00:00 2001 From: martinciu Date: Wed, 10 Jun 2026 11:01:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20release:=20resolve=20Go=20from?= =?UTF-8?q?=20go.mod=20instead=20of=20a=20stale=20'1.25'=20pin=20(#434)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a68c8c..6c95df2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: { fetch-depth: 0 } - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 - with: { go-version: '1.25' } + with: { go-version-file: go.mod } - uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 with: { version: "~> v2", args: release --clean } env: