Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 68c58bb

Browse files
committed
Bump golang to v1.14
1 parent 5483b50 commit 68c58bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: bionic
22
language: go
33
go:
4-
- 1.13.x
4+
- 1.14.x
55

66
script:
77
- travis_wait 50 make test-with-cover

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes-incubator/kube-aws
22

3-
go 1.11
3+
go 1.14
44

55
require (
66
github.com/Masterminds/goutils v1.1.0 // indirect

0 commit comments

Comments
 (0)