Update to go 1.15.7 (#10730)

* Update to go 1.15.6

* Just kidding, how about 1.15.7

* And the associated CI config

* Add changelog and update go version in more places
This commit is contained in:
Josh Black
2021-01-20 11:02:33 -08:00
committed by GitHub
parent 04c3759d34
commit a597742065
8 changed files with 2667 additions and 2664 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.4
ARG VERSION=1.15.7
FROM golang:${VERSION} AS builder