Browse Source

build: use Go 1.24.2 specifically

https://github.com/golang/go/issues/73617
Jakob Borg 5 months ago
parent
commit
4bc17bc588
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-syncthing.yaml

+ 1 - 1
.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