Skip to content

Update e2e test cases for v1beta1 #1859

Update e2e test cases for v1beta1

Update e2e test cases for v1beta1 #1859

Triggered via pull request October 13, 2023 10:04
Status Failure
Total duration 1m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

verify.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Verify: go/src/github.com/shipwright-io/build/test/v1beta1_samples/build_samples.go#L1
: # github.com/shipwright-io/build/test/v1beta1_samples
Verify
cannot use true (untyped bool constant) as *bool value in struct literal
Verify
cannot use true (untyped bool constant) as *bool value in struct literal (typecheck)
Verify: go/src/github.com/shipwright-io/build/test/utils/v1beta1/environment.go#L27
could not import github.com/shipwright-io/build/test/v1beta1_samples (-: # github.com/shipwright-io/build/test/v1beta1_samples
Verify
cannot use true (untyped bool constant) as *bool value in struct literal
Verify
cannot use true (untyped bool constant) as *bool value in struct literal) (typecheck)
Verify: go/src/github.com/shipwright-io/build/test/e2e/v1beta1/e2e_params_test.go#L12
could not import github.com/shipwright-io/build/test/v1beta1_samples (-: # github.com/shipwright-io/build/test/v1beta1_samples
Verify
cannot use true (untyped bool constant) as *bool value in struct literal
Verify
cannot use true (untyped bool constant) as *bool value in struct literal) (typecheck)
Verify: go/src/github.com/shipwright-io/build/pkg/config/config.go#L17
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)