summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-09-06 21:10:58 +0200
committerJakob Borg <jakob@kastelo.net>2023-09-06 21:11:19 +0200
commitf25a169c4c0943b34777a306e93d8fbefc9d8109 (patch)
treea77da15182b67dc2e606075a711c5b6fae588235
parent06ac10ee372840508a03520c94835a582427732c (diff)
build: Go 1.21.1 or higher
-rw-r--r--.github/workflows/build-infra-dockers.yaml2
-rw-r--r--.github/workflows/build-syncthing.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-infra-dockers.yaml b/.github/workflows/build-infra-dockers.yaml
index 17498faf6a..f7290c11d5 100644
--- a/.github/workflows/build-infra-dockers.yaml
+++ b/.github/workflows/build-infra-dockers.yaml
@@ -6,7 +6,7 @@ on:
- infrastructure
env:
- GO_VERSION: "^1.21.0"
+ GO_VERSION: "~1.21.1"
CGO_ENABLED: "0"
BUILD_USER: docker
BUILD_HOST: github.syncthing.net
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml
index 2cae998fa1..9f35118304 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.github/workflows/build-syncthing.yaml
@@ -12,7 +12,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.21.0"
+ GO_VERSION: "~1.21.1"
# Optimize compatibility on the slow archictures.
GO386: softfloat