Skip to content

Commit dedd4b7

Browse files
committed
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 <[email protected]>
1 parent 9bc104e commit dedd4b7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.3
22

33
ARG BASE_VARIANT=alpine
4-
ARG GO_VERSION=1.16.10
4+
ARG GO_VERSION=1.16.11
55
ARG XX_VERSION=1.0.0-rc.2
66
ARG GOVERSIONINFO_VERSION=v1.3.0
77

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\docker\cli
44

55
environment:
66
GOPATH: c:\gopath
7-
GOVERSION: 1.16.10
7+
GOVERSION: 1.16.11
88
DEPVERSION: v0.4.1
99

1010
install:

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.3
22

3-
ARG GO_VERSION=1.16.10
3+
ARG GO_VERSION=1.16.11
44

55
FROM golang:${GO_VERSION}-alpine AS golang
66
ENV CGO_ENABLED=0

dockerfiles/Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.3
22

3-
ARG GO_VERSION=1.16.10
3+
ARG GO_VERSION=1.16.11
44
ARG GOLANGCI_LINT_VERSION=v1.23.8
55

66
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint

0 commit comments

Comments
 (0)