浏览代码

build: Increase Go version to 1.20.7

Jakob Borg 2 年之前
父节点
当前提交
58042b3129
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build-syncthing.yaml

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

@@ -11,7 +11,7 @@ env:
   # The go version to use for builds. We set check-latest to true when
   # installing, so we get the latest patch version that matches the
   # expression.
-  GO_VERSION: "^1.20.3"
+  GO_VERSION: "^1.20.7"
 
   # Optimize compatibility on the slow archictures.
   GO386: softfloat