Skip to content

Commit

Permalink
Merge pull request #135 from aiven/savciuci-upgrade-go1.3
Browse files Browse the repository at this point in the history
upgrade to go version 1.3

#135
  • Loading branch information
rikonen authored Jan 21, 2020
2 parents c6d30ab + 43eca49 commit 2539a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.x
- 1.13.x
install: make bootstrap
cache:
- directories:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ with the changes that are to be applied.

## Requirements
- [Terraform](https://www.terraform.io/downloads.html) v0.10.1 or greater
- [Go](https://golang.org/doc/install) 1.12.X or greater
- [Go](https://golang.org/doc/install) 1.13.X or greater

## Sample project

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/aiven/terraform-provider-aiven

go 1.12
go 1.13

require (
github.com/aiven/aiven-go-client v1.4.2
Expand Down

0 comments on commit 2539a31

Please sign in to comment.