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