Skip to content

Commit

Permalink
bump go versions to 1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Jan 22, 2020
1 parent ed857c1 commit 3bffc5f
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: xenial
language: go
go:
- 1.12.x
- 1.13.x
sudo: required
services:
- docker
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/vmware-tanzu/velero

go 1.12
go 1.13

require (
cloud.google.com/go v0.46.2 // indirect
Expand Down

0 comments on commit 3bffc5f

Please sign in to comment.