Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Karpenter version to v0.10.0 affecting repo #301

Open
smahendarkar opened this issue Oct 7, 2022 · 0 comments
Open

Updating Karpenter version to v0.10.0 affecting repo #301

smahendarkar opened this issue Oct 7, 2022 · 0 comments

Comments

@smahendarkar
Copy link
Contributor

Running make dev or make apply command cannot build the repo with following error

88665a4364f7:substrate sushima$ make dev
controller-gen \
		object:headerFile="hack/boilerplate.go.txt" \
		paths="./pkg/..."
hack/boilerplate.sh
go mod tidy
go mod download
go vet ./...
go fmt ./...
golangci-lint run
pkg/controller/substrate/cluster/config.go:30:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
	"io/ioutil"
	^
pkg/utils/kubectl/apply.go:24:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
	"io/ioutil"
	^
pkg/utils/kubectl/client.go:19:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
	"io/ioutil"
	^
make: *** [verify] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant