updating go to 1.19.1 (#17053)

This commit is contained in:
akshya96
2022-09-07 16:13:33 -07:00
committed by GitHub
parent 8df0232a78
commit cccd1d7353
9 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
# Multi-stage builder to avoid polluting users environment with wrong
# architecture binaries.
ARG VERSION=1.18.5
ARG VERSION=1.19.1
FROM golang:${VERSION} AS builder

View File

@@ -2,7 +2,7 @@
# architecture binaries. This file only currently works for linux/amd64.
FROM debian:buster AS builder
ARG VERSION=1.18.5
ARG VERSION=1.19.1
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2