[20.10] update remaining files to go1.17.8

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-04-14 16:40:29 +02:00
parent 30277a8f80
commit 3d4cc8e699
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\docker\cli
environment:
GOPATH: c:\gopath
GOVERSION: 1.16.15
GOVERSION: 1.17.8
DEPVERSION: v0.4.1
install:

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.16.15
ARG GO_VERSION=1.17.8
FROM golang:${GO_VERSION}-alpine

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.16.15
ARG GO_VERSION=1.17.8
# Use Debian based image as docker-compose requires glibc.
FROM golang:${GO_VERSION}-buster