scaleway-sdk-go icon indicating copy to clipboard operation
scaleway-sdk-go copied to clipboard

Integrate Scaleway with your Go application

Results 38 scaleway-sdk-go issues
Sort by recently updated
recently updated
newest added

Due to Apple licences, the M1-M servers need to be used for at least 24 hours. The API response gives in the fields of the server a field `deletable_at` that...

enhancement
apple-silicon

We only support `.yaml` extension in [the default config file name](https://github.com/scaleway/scaleway-sdk-go/blob/281dd2237f297205cad5e357bdcb38d1ce26459d/scw/path.go#L14). We should also support the `.yml` extension. This issue was reported here: https://github.com/terraform-providers/terraform-provider-scaleway/issues/292#issuecomment-559561580

config

``` $ go build -gcflags=all=-d=loopvar=2 ./... # github.com/scaleway/scaleway-sdk-go/api/instance/v1 api/instance/v1/instance_metadata_sdk.go:38:9: loop variable url now per-iteration, heap-allocated ``` https://go.dev/wiki/LoopvarExperiment#my-test-fails-with-the-change-how-can-i-debug-it

instance
priority:low