Merge pull request #10048 from thaJeztah/update_go_1.19.4

update to go1.19.4
This commit is contained in:
Milas Bowman 2022-12-07 17:13:35 -05:00 committed by GitHub
commit a5823b12f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.19.3
ARG GO_VERSION=1.19.4
ARG XX_VERSION=1.1.2
ARG GOLANGCI_LINT_VERSION=v1.49.0
ARG ADDLICENSE_VERSION=v1.0.0

View File

@ -13,7 +13,7 @@
// limitations under the License.
variable "GO_VERSION" {
default = "1.19.3"
default = "1.19.4"
}
variable "BUILD_TAGS" {