mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +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> (cherry picked from commit c4bec0546686a8978c692de97f31cf9e460e1af0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a24b6dd4f5
commit
50e414f82a
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION=1.20
|
||||
ARG GO_VERSION=1.20.5
|
||||
ARG XX_VERSION=1.2.1
|
||||
|
||||
ARG DOCKER_VERSION=24.0.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
variable "GO_VERSION" {
|
||||
default = "1.20"
|
||||
default = "1.20.5"
|
||||
}
|
||||
variable "DOCS_FORMATS" {
|
||||
default = "md"
|
||||
|
Loading…
x
Reference in New Issue
Block a user