Skip to content

Commit

Permalink
Merge pull request #445 from chenrui333/go-1.14
Browse files Browse the repository at this point in the history
Bump golang to v1.14
  • Loading branch information
sergeylanzman committed Mar 20, 2020
2 parents feed9a3 + 0274a75 commit ccfe9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: bionic
language: go

go:
- 1.13.x
- 1.14.x

before_script: go mod vendor

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/terraformer

go 1.13
go 1.14

require (
cloud.google.com/go v0.50.0
Expand Down

0 comments on commit ccfe9bf

Please sign in to comment.