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

Commit

Permalink
Bump golang to v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kfr2 committed Aug 28, 2020
1 parent 4beed8a commit 313e547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: bionic
language: go
go:
- 1.13.x
- 1.14.x

script:
- travis_wait 50 make test-with-cover
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubernetes-incubator/kube-aws

go 1.11
go 1.14

require (
github.com/Masterminds/goutils v1.1.0 // indirect
Expand Down

0 comments on commit 313e547

Please sign in to comment.