From 58042b3129a8918ca4001b455c3aa12d48c45eb0 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 3 Aug 2023 08:11:16 +0200 Subject: [PATCH] build: Increase Go version to 1.20.7 --- .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 b3a431028..8c2cbf91e 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -11,7 +11,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.20.3" + GO_VERSION: "^1.20.7" # Optimize compatibility on the slow archictures. GO386: softfloat