aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-08-03 08:11:16 +0200
committerJakob Borg <jakob@kastelo.net>2023-08-03 08:11:16 +0200
commit58042b3129a8918ca4001b455c3aa12d48c45eb0 (patch)
treefaa7c3f017ec16c9df9b2f9cc58fcc3f02d7c3b3
parenteed12f3ec51b0e261e5a58033f35161e6d72b496 (diff)
downloadsyncthing-58042b3129a8918ca4001b455c3aa12d48c45eb0.tar.gz
syncthing-58042b3129a8918ca4001b455c3aa12d48c45eb0.zip
build: Increase Go version to 1.20.7
-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 b3a431028..8c2cbf91e 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.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