Skip to content

Commit

Permalink
use go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Apr 24, 2020
1 parent 4bf2255 commit 11e1725
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,6 +1,6 @@
language: go
go:
- '1.13'
- '1.14'
stages:
- testlint
- testds
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/terraform-providers/terraform-provider-cloudfoundry

go 1.13
go 1.14

replace code.cloudfoundry.org/cli => github.com/cloudfoundry-community/cloudfoundry-cli v0.0.2-complete-api

Expand Down

0 comments on commit 11e1725

Please sign in to comment.