update to go 1.14

Signed-off-by: Steve Kriss <krisss@vmware.com>
pull/2214/head
Steve Kriss 2020-02-27 10:09:38 -07:00
parent 17d7ea7876
commit 9d7bd59957
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
dist: xenial dist: xenial
language: go language: go
go: go:
- 1.13.x - 1.14.x
sudo: required sudo: required
services: services:
- docker - docker

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/vmware-tanzu/velero module github.com/vmware-tanzu/velero
go 1.13 go 1.14
require ( require (
cloud.google.com/go v0.46.2 // indirect cloud.google.com/go v0.46.2 // indirect

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM golang:1.13 FROM golang:1.14
ENV GO111MODULE=on ENV GO111MODULE=on
# Use a proxy for go modules to reduce the likelihood of various hosts being down and breaking the build # Use a proxy for go modules to reduce the likelihood of various hosts being down and breaking the build