Merge pull request #1936 from jedevc/hack-set-go-version-to-1.20.5

pull/1937/head
Justin Chadwell 2 years ago committed by GitHub
commit 068382f5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save