From 7047e00d1efd5a72d741bcddb6f2a22e6c49df09 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 15 Feb 2023 13:20:47 +0100 Subject: [PATCH] build: Use Go 1.19.6 for Windows --- .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 e27fe8846..4148b23de 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -6,7 +6,7 @@ on: env: # The go version to use for builds. - GO_VERSION: "1.19.5" + GO_VERSION: "1.19.6" # Optimize compatibility on the slow archictures. GO386: softfloat