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:
Justin Chadwell 2023-07-12 14:31:23 +01:00
parent 89e1ac0a6e
commit c4bec05466
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.20"
default = "1.20.5"
}
variable "DOCS_FORMATS" {
default = "md"