We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3ada3 commit 7adba57Copy full SHA for 7adba57
.travis.yml
@@ -8,7 +8,7 @@ env:
8
- GO111MODULE=on
9
10
go:
11
- - "1.11"
+ - "1.12.6"
12
- tip
13
14
script:
client.go
@@ -25,7 +25,7 @@ const (
25
// APIProto connect to API with http(s)
26
APIProto = "https"
27
// Version of linodego
28
- Version = "0.9.0"
+ Version = "0.10.0"
29
// APIEnvVar environment var to check for API token
30
APIEnvVar = "LINODE_TOKEN"
31
// APISecondsPerPoll how frequently to poll for new Events or Status in WaitFor functions
0 commit comments