Update to Go 1.17.7 (#14232)

This commit is contained in:
Nick Cabatoff
2022-02-23 15:08:08 -05:00
committed by GitHub
parent 9b1511472f
commit db5097dec9
9 changed files with 26 additions and 23 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.17.5
ARG VERSION=1.17.7
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.17.5
ARG VERSION=1.17.7
ARG CGO_ENABLED=0
ARG BUILD_TAGS
ENV JOBS=2