Skip to content

Commit

Permalink
build: Go 1.21.1 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Sep 6, 2023
1 parent 06ac10e commit f25a169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-infra-dockers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-syncthing.yaml
Original file line number Diff line number Diff line change
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.21.0"
GO_VERSION: "~1.21.1"

# Optimize compatibility on the slow archictures.
GO386: softfloat
Expand Down

0 comments on commit f25a169

Please sign in to comment.