go: update references to go1.15.10 (#11233)

This commit is contained in:
Calvin Leung Huang
2021-03-30 09:15:48 -07:00
committed by GitHub
parent 6b3d8a95a0
commit 3d4a346307
8 changed files with 2626 additions and 2626 deletions

View File

@@ -1,7 +1,7 @@
# Multi-stage builder to avoid polluting users environment with wrong
# architecture binaries. Since this binary is used in an alpine container,
# we're explicitly compiling for 'linux/amd64'
ARG VERSION=1.15.7
ARG VERSION=1.15.10
FROM golang:${VERSION} AS builder

View File

@@ -3,7 +3,7 @@
# we're explicitly compiling for 'linux/amd64'
FROM debian:buster AS builder
ARG VERSION=1.14.7
ARG VERSION=1.15.10
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2