Dockerfile: update to go 1.18

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2022-04-05 16:59:22 -07:00
parent 1c23d1cef5
commit 0b9d426175
5 changed files with 5 additions and 5 deletions

View File

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