Skip to content

Commit

Permalink
Merge pull request #146 from wata727/update_go_version
Browse files Browse the repository at this point in the history
Update Go version
  • Loading branch information
wata727 authored Oct 1, 2017
2 parents 5d8bfea + 0afd2d8 commit 75d68fd
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
Expand Up @@ -3,7 +3,7 @@ language: go
sudo: false

go:
- 1.8
- 1.9
- tip

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Result: 2 issues (2 errors , 0 warnings , 0 notices)
In the above example, an IAM instance profile that does not actually exist is specified, so it is an error. In order to refer to actual resources, AWS credentials are required. You can use command line options, configuration files, environment variables, shared credentials for these specifications.

## Developing
If you want to build TFLint at your environment, you can build with the following procedure. [Go](https://golang.org/) 1.8 or more is required.
If you want to build TFLint at your environment, you can build with the following procedure. [Go](https://golang.org/) 1.9 or more is required.

```
$ make build
Expand Down

0 comments on commit 75d68fd

Please sign in to comment.