From 4bc17bc58802905353f52e5182335fe3922de49a Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 17 May 2025 00:37:36 +0200 Subject: [PATCH] build: use Go 1.24.2 specifically https://github.com/golang/go/issues/73617 --- .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 c4a64d4c3..e66721c17 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.0" + GO_VERSION: "1.24.2" # Optimize compatibility on the slow archictures. GOMIPS: softfloat