We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b8834 commit ce79074Copy full SHA for ce79074
.travis.yml
@@ -12,6 +12,7 @@ env:
12
go:
13
- 1.3
14
- 1.4
15
+ - 1.5
16
- tip
17
18
matrix:
README.md
@@ -1088,6 +1088,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1088
1089
#### Features
1090
1091
+* Bump to Golang 1.5
1092
* Support --tmp-ssh-key `scw {run,create}` option ([#99](https://github.com/scaleway/scaleway-cli/issues/99))
1093
* Support -f `scw run --rm` option ([#117](https://github.com/scaleway/scaleway-cli/issues/117))
1094
* Support of `--gateway=login@host` ([#110](https://github.com/scaleway/scaleway-cli/issues/110))
0 commit comments