Update e2e test cases for v1beta1 #1822
Annotations
8 errors
Verify:
go/src/github.com/shipwright-io/build/test/utils/v1beta1/buildruns.go#L1
: found packages utils (buildruns.go) and betautils (builds.go) in test/utils/v1beta1 (typecheck)
|
Verify:
go/src/github.com/shipwright-io/build/test/e2e/v1beta1/common_test.go#L30
could not import github.com/shipwright-io/build/test/utils/v1beta1 (-: found packages utils (buildruns.go) and betautils (builds.go) in test/utils/v1beta1) (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)
|
Verify:
go/src/github.com/shipwright-io/build/pkg/apis/build/v1beta1/build_conversion.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)
|
Verify:
go/src/github.com/shipwright-io/build/pkg/apis/build/v1beta1/buildstrategy_conversion.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)
|
Verify:
go/src/github.com/shipwright-io/build/pkg/validate/envvars_test.go#L37
SA1019: pointer.StringPtr is deprecated: Use ptr.To instead. (staticcheck)
|
Verify:
go/src/github.com/shipwright-io/build/pkg/validate/envvars_test.go#L60
SA1019: pointer.StringPtr is deprecated: Use ptr.To instead. (staticcheck)
|
Verify
issues found
|