Merge pull request #3760 from thaJeztah/bump_golang_1.12.x
Update Golang 1.12.12 (CVE-2019-17596)
This commit is contained in:
commit
36c4260e6f
@ -12,7 +12,7 @@ environment:
|
||||
GOPATH: C:\gopath
|
||||
CGO_ENABLED: 1
|
||||
matrix:
|
||||
- GO_VERSION: 1.12.10
|
||||
- GO_VERSION: 1.12.12
|
||||
|
||||
before_build:
|
||||
- choco install -y mingw --version 5.3.0
|
||||
|
@ -6,7 +6,7 @@
|
||||
# 3.) $ make binaries install test
|
||||
#
|
||||
|
||||
ARG GOLANG_VERSION=1.12
|
||||
ARG GOLANG_VERSION=1.12.12
|
||||
|
||||
FROM golang:${GOLANG_VERSION} AS golang-base
|
||||
RUN mkdir -p /go/src/github.com/containerd/containerd
|
||||
|
Loading…
Reference in New Issue
Block a user