Skip to content

Commit

Permalink
Update hcloud-go and run tests with Go 1.10 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
thcyron authored Mar 2, 2018
1 parent 1138b91 commit b25e703
Show file tree
Hide file tree
Showing 13 changed files with 131 additions and 69 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
sudo: false
language: go
go:
- 1.9
- "1.9"
- "1.10"
before_script:
- git clone --depth 1 https://github.com/sstephenson/bats.git
script:
Expand Down
16 changes: 11 additions & 5 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "github.com/hetznercloud/hcloud-go"
version = "1.3.0"
version = "1.4.0"

[[constraint]]
name = "github.com/pelletier/go-toml"
Expand Down
10 changes: 10 additions & 0 deletions vendor/github.com/hetznercloud/hcloud-go/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions vendor/github.com/hetznercloud/hcloud-go/hcloud/CHANGES.md

This file was deleted.

17 changes: 5 additions & 12 deletions vendor/github.com/hetznercloud/hcloud-go/hcloud/action.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 37 additions & 36 deletions vendor/github.com/hetznercloud/hcloud-go/hcloud/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions vendor/github.com/hetznercloud/hcloud-go/hcloud/client_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion vendor/github.com/hetznercloud/hcloud-go/hcloud/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/hetznercloud/hcloud-go/hcloud/hcloud.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions vendor/github.com/hetznercloud/hcloud-go/hcloud/hcloud_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/hetznercloud/hcloud-go/hcloud/image.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b25e703

Please sign in to comment.