Skip to content

Commit

Permalink
Upgrade to go 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitrios Karagiannis <[email protected]>
  • Loading branch information
alkar committed Oct 15, 2020
1 parent 00253b5 commit c072666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker
language: go
go:
- "1.13.x"
- "1.15.x"

env:
global: CGO_ENABLED=0
Expand All @@ -14,16 +14,16 @@ matrix:
allow_failures:
- go: tip
include:
- go: "1.13.x"
- go: "1.15.x"
name: "Code Lint"
script: make lint
- go: "1.13.x"
- go: "1.15.x"
name: "Code UnitTest"
script: make test
- go: "1.13.x"
- go: "1.15.x"
name: "Dependencies"
script: make depscheck
- go: "1.13.x"
- go: "1.15.x"
name: "Website"
script:
- make docscheck
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/utilitywarehouse/terraform-provider-megaport

go 1.13
go 1.15

require (
github.com/aws/aws-sdk-go v1.28.9 // indirect
Expand Down

0 comments on commit c072666

Please sign in to comment.