From 622ade40ad1dad8de12987dfed6893ffc14e94b8 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 13 Dec 2022 14:03:06 +0100 Subject: [PATCH] Go 1.19.4 --- .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 0fcce39c4..94bb32b71 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.3" + GO_VERSION: "1.19.4" # Optimize compatibility on the slow archictures. GO386: softfloat