Skip to content

Commit c4bec05

Browse files
committed
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 <[email protected]>
1 parent 89e1ac0 commit c4bec05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.20
3+
ARG GO_VERSION=1.20.5
44
ARG XX_VERSION=1.2.1
55

66
ARG DOCKER_VERSION=24.0.2

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "GO_VERSION" {
2-
default = "1.20"
2+
default = "1.20.5"
33
}
44
variable "DOCS_FORMATS" {
55
default = "md"

0 commit comments

Comments
 (0)