Browse Source

build: Use Go 1.19.6 for Windows

Jakob Borg 2 years ago
parent
commit
7047e00d1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-syncthing.yaml

+ 1 - 1
.github/workflows/build-syncthing.yaml

@@ -6,7 +6,7 @@ on:
 
 
 env:
 env:
   # The go version to use for builds.
   # The go version to use for builds.
-  GO_VERSION: "1.19.5"
+  GO_VERSION: "1.19.6"
 
 
   # Optimize compatibility on the slow archictures.
   # Optimize compatibility on the slow archictures.
   GO386: softfloat
   GO386: softfloat