aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-02-15 13:20:47 +0100
committerJakob Borg <jakob@kastelo.net>2023-02-15 13:20:47 +0100
commit7047e00d1efd5a72d741bcddb6f2a22e6c49df09 (patch)
tree49db8617d5d34739cd99dac78c4a4c53051f1c96
parenta8533b269d80bbe68ea48e247ddc3f53eec52ab8 (diff)
downloadsyncthing-7047e00d1efd5a72d741bcddb6f2a22e6c49df09.tar.gz
syncthing-7047e00d1efd5a72d741bcddb6f2a22e6c49df09.zip
build: Use Go 1.19.6 for Windows
-rw-r--r--.github/workflows/build-syncthing.yaml2
1 files changed, 1 insertions, 1 deletions
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