Bump Golang 1.13.15

full diff: https://github.com/golang/go/compare/go1.13.14...go1.13.15

go1.13.15 (released 2020/08/06) includes security fixes to the encoding/binary
package. See the Go 1.13.15 milestone on the issue tracker for details.

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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-08-10 17:24:48 +02:00
parent 51d96c7e08
commit 2315975272
6 changed files with 6 additions and 6 deletions

View File

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