mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-16 08:27:06 +08:00
hack: force go version to 1.20.5
A temporary workaround for "http: invalid Host header" introduced in go 1.20.6. Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
variable "GO_VERSION" {
|
||||
default = "1.20"
|
||||
default = "1.20.5"
|
||||
}
|
||||
variable "DOCS_FORMATS" {
|
||||
default = "md"
|
||||
|
Reference in New Issue
Block a user