Skip to content

Commit

Permalink
Merge pull request #334 from xiaozhu36/master
Browse files Browse the repository at this point in the history
support to go version 1.8.1 for travis
  • Loading branch information
zhuzhih2017 authored Jan 9, 2018
2 parents 6ac5caf + 41eb79b commit 074bc0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: go
go:
- 1.7.3
- 1.8.1

script:
- go get -u github.com/kardianos/govendor
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 1.5.3 (January 9, 2018)

IMPROVMENTS:
* support to go version 1.8.1 for travis ([#334](https://github.com/alibaba/terraform-provider/pull/334))

BUG FIXES:
* fix getting OSS endpoint failed error ([#332](https://github.com/alibaba/terraform-provider/pull/332))
* fix describing dns record not found when deleting record ([#333](https://github.com/alibaba/terraform-provider/pull/333))
Expand Down

0 comments on commit 074bc0e

Please sign in to comment.