Skip to content

Commit 94bf9ef

Browse files
committed
Update hcloud-go to 1.13
1 parent 989d4a7 commit 94bf9ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gopkg.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
[[constraint]]
3333
name = "github.com/hetznercloud/hcloud-go"
34-
version = "1.7.0"
34+
version = "1.13.0"
3535

3636
[[constraint]]
3737
name = "github.com/pkg/errors"

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ func (d *Driver) Kill() error {
452452
}
453453

454454
func (d *Driver) getClient() *hcloud.Client {
455-
return hcloud.NewClient(hcloud.WithToken(d.AccessToken))
455+
return hcloud.NewClient(hcloud.WithToken(d.AccessToken), hcloud.WithApplication("docker-machine-driver", Version))
456456
}
457457

458458
func (d *Driver) copySSHKeyPair(src string) error {

0 commit comments

Comments
 (0)