Merge pull request #12434 from StefanScherer/golang-1.15

Use go 1.15
This commit is contained in:
Usha Mandya 2021-03-03 12:42:13 +00:00 committed by GitHub
commit 615433a1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.15
WORKDIR /src
COPY go.mod go.sum ./

View File

@ -1,6 +1,6 @@
module github.com/docker/docker.github.io/upload-website-config
go 1.14
go 1.15
require (
github.com/aws/aws-sdk-go v1.29.24