Dockerfile: update to go 1.19

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-08-11 02:04:41 +02:00
parent da1f4b8496
commit 3509a1a7ff
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
variable "GO_VERSION" {
default = "1.18"
default = "1.19"
}
variable "BIN_OUT" {
default = "./bin"