From 3423de24ead2a0441371c744de29e572451de55d Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 22 May 2025 12:03:41 +0200 Subject: [PATCH] Revert "build: use Go 1.24.2 specifically" This reverts commit 4bc17bc58802905353f52e5182335fe3922de49a. --- .github/workflows/build-syncthing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index 2ea0bd4eb..c6a4e1784 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -10,7 +10,7 @@ env: # The go version to use for builds. We set check-latest to true when # installing, so we get the latest patch version that matches the # expression. - GO_VERSION: "1.24.2" + GO_VERSION: "~1.24.0" # Optimize compatibility on the slow archictures. GOMIPS: softfloat