apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Upgrading go-version to 1.20 #578

Closed sujeeth62 closed 1 year ago

sujeeth62 commented 1 year ago

Upgrading go-version to 1.20

sujeeth62 commented 1 year ago

@HoustonPutman - Please can you share why the build failed.

HoustonPutman commented 1 year ago

try running:

make mod-clean
make prepare

It should generate a new dependency_licenses.csv for you.

sujeeth62 commented 1 year ago

try running:

make mod-clean
make prepare

It should generate a new dependency_licenses.csv for you.

I am not sure why but above commands are not generating the dependency_licenses csv file.

HoustonPutman commented 1 year ago

try running make clean as well. Basically the following command is now working for you:

bin/go-licenses report . --ignore github.com/apache/solr-operator
sujeeth62 commented 1 year ago

Please provide the approval for workflow to run.

sujeeth62 commented 1 year ago

@HoustonPutman - Please let me know if anything further need to be done on this.

HoustonPutman commented 1 year ago

Thanks for the contribution @sujeeth62 !

sujeeth62 commented 1 year ago

Thanks for the contribution @sujeeth62 !

Thank you for your support @HoustonPutman