Add a without-download flag to update-stemcell to skip release downloads #1143
Annotations
5 errors and 1 warning
golangci-lint:
internal/commands/update_release.go#L22
structtag: struct field tag ` long:"allow-only-publishable-releases" defailt:false description:"include releases that would not be shipped with the tile (development builds)"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
golangci-lint:
internal/commands/update_release.go#L23
structtag: struct field tag `short:"wd" long:"without-download" defailt:false description:"updates releases without downloading them"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
golangci-lint:
internal/commands/update_stemcell.go#L23
structtag: struct field tag `short:"ur" long:"update-releases" default:false description:"finds latest matching releases for new stemcell version"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
golangci-lint:
internal/commands/update_stemcell.go#L24
structtag: struct field tag `short:"wd" long:"without-download" default:false description:"updates stemcell releases without downloading releases"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading