From 81faf120b8a2bb439733ac8e708817dbffe9d463 Mon Sep 17 00:00:00 2001 From: ToeiRei Date: Wed, 1 Oct 2025 13:21:13 +0200 Subject: [PATCH] Fix release.yml for go 1.25.1 --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ba1fa1d..14eae621 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,9 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 - + with: + go-version: 1.25.1 + - name: Extract Release Notes id: extract_notes run: | @@ -42,4 +44,4 @@ jobs: env: # This token is provided by GitHub automatically and is required # to create a release and upload assets. - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}