aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-08-21 15:25:52 +0200
committerGitHub <noreply@github.com>2023-08-21 15:25:52 +0200
commitcbf0e31f69bf44bb49c6c1d18196556900b8083b (patch)
treeb4bf5c63968e0b5a2950652ae144ee2be33a1030 /.github
parentc40dae315b90157503bccad55bcb9887253f95ff (diff)
downloadsyncthing-cbf0e31f69bf44bb49c6c1d18196556900b8083b.tar.gz
syncthing-cbf0e31f69bf44bb49c6c1d18196556900b8083b.zip
all: Use Go 1.21, new QUIC API (#9040)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-infra-dockers.yaml2
-rw-r--r--.github/workflows/build-syncthing.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-infra-dockers.yaml b/.github/workflows/build-infra-dockers.yaml
index 2295fedb1..cc507fe33 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.20.5"
+ GO_VERSION: "^1.21.0"
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 35ed2827c..c198c38dc 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.20.7"
+ GO_VERSION: "~1.21.0"
# Optimize compatibility on the slow archictures.
GO386: softfloat
@@ -48,7 +48,7 @@ jobs:
runner: ["windows-latest", "ubuntu-latest", "macos-latest"]
# The oldest version in this list should match what we have in our go.mod.
# Variables don't seem to be supported here, or we could have done something nice.
- go: ["1.19", "1.20"]
+ go: ["1.20", "1.21"]
runs-on: ${{ matrix.runner }}
steps:
- name: Set git to use LF