Update Go to 1.16.11

go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the
net/http, net/http/httptest, and time packages. See the Go 1.16.11 milestone on
the issue tracker for details:

https://github.com/golang/go/issues?q=milestone%3AGo1.16.11+label%3ACherryPickApproved

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-12-06 10:57:30 +01:00
parent 9bc104eff0
commit dedd4b79ca
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3
ARG GO_VERSION=1.16.10
ARG GO_VERSION=1.16.11
FROM golang:${GO_VERSION}-alpine AS golang
ENV CGO_ENABLED=0