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 c4bec05466)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Justin Chadwell
2023-07-12 14:31:23 +01:00
committed by Sebastiaan van Stijn
parent a24b6dd4f5
commit 50e414f82a
2 changed files with 2 additions and 2 deletions

View File

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