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

[Feature Request]: Support Go1.18+ #87

Closed
gold-kou opened this issue Jul 6, 2023 · 0 comments
Closed

[Feature Request]: Support Go1.18+ #87

gold-kou opened this issue Jul 6, 2023 · 0 comments
Assignees

Comments

@gold-kou
Copy link
Contributor

gold-kou commented Jul 6, 2023

Summary

go get and go-get-tool in Makefile doesn't work in Go1.18+.

So make build failed like below.
(My Go Version is 1.20.2)

make build
go: creating new go.mod: module tmp
Downloading sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1
go: added github.com/fatih/color v1.7.0
go: added github.com/gobuffalo/flect v0.2.0
go: added github.com/gogo/protobuf v1.3.1
go: added github.com/google/gofuzz v1.1.0
go: added github.com/inconshreveable/mousetrap v1.0.0
go: added github.com/json-iterator/go v1.1.8
go: added github.com/mattn/go-colorable v0.1.2
go: added github.com/mattn/go-isatty v0.0.8
go: added github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: added github.com/modern-go/reflect2 v1.0.1
go: added github.com/spf13/cobra v1.0.0
go: added github.com/spf13/pflag v1.0.5
go: added golang.org/x/mod v0.2.0
go: added golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
go: added golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7
go: added golang.org/x/text v0.3.2
go: added golang.org/x/tools v0.0.0-20200616195046-dc31b401abb5
go: added golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: added gopkg.in/inf.v0 v0.9.1
go: added gopkg.in/yaml.v2 v2.2.8
go: added gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
go: added k8s.io/api v0.18.2
go: added k8s.io/apiextensions-apiserver v0.18.2
go: added k8s.io/apimachinery v0.18.2
go: added k8s.io/klog v1.0.0
go: added k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
go: added sigs.k8s.io/controller-tools v0.4.1
go: added sigs.k8s.io/structured-merge-diff/v3 v3.0.0
go: added sigs.k8s.io/yaml v1.2.0
/Users/koki.hatano/github/gold-kou/gatling-operator/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./..."
bash: /Users/koki.hatano/github/gold-kou/gatling-operator/bin/controller-gen: No such file or directory
make: *** [generate] Error 127

These may help.
kubernetes-sigs/kubebuilder#2486
https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v3.4.0

@gold-kou gold-kou moved this to 🔖 Ready in GatlingOperator Backlog Oct 3, 2023
@gold-kou gold-kou moved this from 🔖 Ready to 🏗 In progress in GatlingOperator Backlog Oct 3, 2023
@gold-kou gold-kou mentioned this issue Jan 24, 2024
2 tasks
@gold-kou gold-kou moved this from 🏗 In progress to 👀 In review in GatlingOperator Backlog Jan 24, 2024
@kane8n kane8n moved this from 👀 In review to ✅ Done in GatlingOperator Backlog Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant