build: Go 1.21.1 or higher
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
|||||||
- infrastructure
|
- infrastructure
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "^1.21.0"
|
GO_VERSION: "~1.21.1"
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
BUILD_USER: docker
|
BUILD_USER: docker
|
||||||
BUILD_HOST: github.syncthing.net
|
BUILD_HOST: github.syncthing.net
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ env:
|
|||||||
# The go version to use for builds. We set check-latest to true when
|
# 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
|
# installing, so we get the latest patch version that matches the
|
||||||
# expression.
|
# expression.
|
||||||
GO_VERSION: "~1.21.0"
|
GO_VERSION: "~1.21.1"
|
||||||
|
|
||||||
# Optimize compatibility on the slow archictures.
|
# Optimize compatibility on the slow archictures.
|
||||||
GO386: softfloat
|
GO386: softfloat
|
||||||
|
|||||||
Reference in New Issue
Block a user