From 670827a8c0d7a65f4a949a4af2668c6088f5659b Mon Sep 17 00:00:00 2001 From: Pantelis Roditis Date: Wed, 10 Jun 2026 10:24:14 +0300 Subject: [PATCH] update go version to match go.mod --- .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 398320e..b4ab0c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.24 + go-version: 1.25 - name: Install dependencies run: go mod tidy