Skip to content

Commit

Permalink
build: Use Go 1.22.3 at minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed May 8, 2024
1 parent ff9b24f commit 9562cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-infra-dockers.yaml
Expand Up @@ -7,7 +7,7 @@ on:
- infra-*

env:
GO_VERSION: "~1.22.0"
GO_VERSION: "~1.22.3"
CGO_ENABLED: "0"
BUILD_USER: docker
BUILD_HOST: github.syncthing.net
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-syncthing.yaml
Expand Up @@ -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.22.0"
GO_VERSION: "~1.22.3"

# Optimize compatibility on the slow archictures.
GO386: softfloat
Expand Down Expand Up @@ -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.21.7", "~1.22.0"]
go: ["~1.21.7", "~1.22.3"]
runs-on: ${{ matrix.runner }}
steps:
- name: Set git to use LF
Expand Down

0 comments on commit 9562cfd

Please sign in to comment.