Merge pull request #1265 from crazy-max/go-1.19

Dockerfile: update to go 1.19
This commit is contained in:
Tõnis Tiigi
2022-08-24 21:19:51 -07:00
committed by GitHub
6 changed files with 10 additions and 10 deletions

View File

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