Skip to content

Bump golang.org/x/sync from 0.6.0 to 0.7.0 in /release/cli (#7948) #24612

Bump golang.org/x/sync from 0.6.0 to 0.7.0 in /release/cli (#7948)

Bump golang.org/x/sync from 0.6.0 to 0.7.0 in /release/cli (#7948) #24612

Triggered via push April 9, 2024 19:53
Status Failure
Total duration 2m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/templater/yaml.go#L12
exported: exported function AppendYamlResources should have comment or be unexported (revive)
lint: pkg/templater/yaml.go#L29
exported: exported function ObjectsToYaml should have comment or be unexported (revive)
lint: pkg/templater/partialyaml.go#L10
exported: exported type PartialYaml should have comment or be unexported (revive)
lint: pkg/templater/partialyaml.go#L12
exported: exported method PartialYaml.AddIfNotZero should have comment or be unexported (revive)
lint: pkg/templater/partialyaml.go#L22
exported: exported method PartialYaml.ToYaml should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L15
exported: exported type Templater should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L19
exported: exported function New should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L25
exported: exported method Templater.WriteToFile should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L38
exported: exported method Templater.WriteBytesToFile should have comment or be unexported (revive)
lint: pkg/templater/templater.go#L47
exported: exported function Execute should have comment or be unexported (revive)
lint: internal/pkg/vsphere/deploy.go#L12
exported: exported type OVFDeployOptions should have comment or be unexported (revive)
lint: internal/pkg/vsphere/deploy.go#L23
exported: exported type OVFProperty should have comment or be unexported (revive)
lint: internal/pkg/vsphere/deploy.go#L28
exported: exported type NetworkMapping should have comment or be unexported (revive)
lint: internal/pkg/vsphere/deploy.go#L33
exported: exported function DeployTemplate should have comment or be unexported (revive)
lint: internal/pkg/vsphere/deploy.go#L58
exported: exported function TagVirtualMachine should have comment or be unexported (revive)
lint: internal/pkg/vsphere/deploy.go#L35
redefines-builtin-id: redefinition of the built-in function close (revive)
lint: internal/pkg/vsphere/deploy.go#L60
redefines-builtin-id: redefinition of the built-in function close (revive)
lint: pkg/diagnostics/analyzer_types.go#L3
exported: exported type Analyze should have comment or be unexported (revive)
lint: pkg/diagnostics/collector_types.go#L8
exported: exported type Collect should have comment or be unexported (revive)
lint: pkg/diagnostics/analyzers.go#L17
unexported-return: exported func NewAnalyzerFactory returns unexported type *diagnostics.analyzerFactory, which can be annoying to use (revive)