From a85b4ab2632d333441f4cad5d4be7f0bfdd53dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Thu, 12 Jan 2023 04:30:17 +0100 Subject: [PATCH] build: Go 1.19.5 --- .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 94bb32b71..e27fe8846 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.4" + GO_VERSION: "1.19.5" # Optimize compatibility on the slow archictures. GO386: softfloat