refactor: introduce type resource.ID #2459
Annotations
10 errors and 2 warnings
internal/api/client_test.go#L20
cannot use "ws-1" (untyped string constant) as resource.ID value in struct literal
|
internal/api/client_test.go#L21
cannot use "ws-2" (untyped string constant) as resource.ID value in struct literal (compile)
|
internal/configversion/tfe.go#L167
cannot use id (variable of type string) as resource.ID value in argument to a.UploadConfig
|
internal/configversion/tfe.go#L182
cannot use id (variable of type string) as resource.ID value in argument to a.DownloadConfig
|
internal/configversion/tfe.go#L205
cannot use id.String() (value of type string) as resource.ID value in argument to a.Get (compile)
|
internal/configversion/tfe.go#L167
cannot use id (variable of type string) as resource.ID value in argument to a.UploadConfig
|
internal/configversion/tfe.go#L182
cannot use id (variable of type string) as resource.ID value in argument to a.DownloadConfig
|
internal/configversion/tfe.go#L205
cannot use id.String() (value of type string) as resource.ID value in argument to a.Get
|
internal/configversion/tfe_test.go#L23
cannot use &fakeConfigService*** (value of type *fakeConfigService) as tfeClient value in struct literal: *fakeConfigService does not implement tfeClient (wrong type for method UploadConfig)
|
internal/logs/db.go#L25
undefined: internal.PutChunkOptions
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading