[GitHub] [solr-operator] HoustonPutman commented on pull request #578: Upgrading go-version to 1.20

2023-06-23 Thread via GitHub
HoustonPutman commented on PR #578: URL: https://github.com/apache/solr-operator/pull/578#issuecomment-1604539986 Thanks for the contribution @sujeeth62 ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [solr-operator] HoustonPutman commented on pull request #578: Upgrading go-version to 1.20

2023-06-13 Thread via GitHub
HoustonPutman commented on PR #578: URL: https://github.com/apache/solr-operator/pull/578#issuecomment-1589875975 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 ```

[GitHub] [solr-operator] HoustonPutman commented on pull request #578: Upgrading go-version to 1.20

2023-06-13 Thread via GitHub
HoustonPutman commented on PR #578: URL: https://github.com/apache/solr-operator/pull/578#issuecomment-1589787726 try running: ``` make mod-clean make prepare ``` It should generate a new dependency_licenses.csv for you. -- This is an automated message from the Apach