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

Inherit golangci-lint version from build submodule #829

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

ytsarev
Copy link
Collaborator

@ytsarev ytsarev commented Aug 14, 2023

Description of your changes

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

rm -rf .cache
make reviewable

...
15:12:48 [ OK ] go modules dependencies verified
15:12:48 [ .. ] installing golangci-lint-v1.54.0 darwin-arm64
15:12:49 [ OK ] installing golangci-lint-v1.54.0 darwin-arm64
...

* Motivation: golangci-lint base run was freezing on Mac M1 and go1.20.5.
* Remove the version override in the Makefile with the comment and consume the latest version from the build
* Presumably, it was a fix around consume a lot of memory on go1.20rc3 golangci/golangci-lint#3470 helped in the latest golangci-lint release
* Update build submodule to consume upbound/build#238

Signed-off-by: Yury Tsarev <yury@upbound.io>
Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ytsarev, lgtm.

@ytsarev ytsarev merged commit 9ebbe31 into crossplane-contrib:main Aug 14, 2023
9 checks passed
mergenci added a commit to mergenci/uptest that referenced this pull request Sep 4, 2023
* Shamelessly copy Yury Tsarev's (@ytsarev) following changes to other repos, such as crossplane-contrib/provider-upjet-aws#829:
* Motivation: golangci-lint base run was freezing on Mac M1 and go1.20.5.
* Remove the version override in the Makefile with the comment and consume the latest version from the build
* Presumably, it was a fix around consume a lot of memory on go1.20rc3 consume a lot of memory on go1.20rc3 golangci/golangci-lint#3470 helped in the latest golangci-lint release
* Update build submodule to consume upbound/build#238

Signed-off-by: Cem Mergenci <cmergenci@gmail.com>
mergenci added a commit to mergenci/uptest that referenced this pull request Sep 4, 2023
Shamelessly copy Yury Tsarev's (@ytsarev) following changes to other
repos, such as crossplane-contrib/provider-upjet-aws#829:

* Motivation: golangci-lint base run was freezing on Mac M1 and go1.20.5.
* Remove the version override in the Makefile with the comment and consume the latest version from the build
* Presumably, it was a fix around consume a lot of memory on go1.20rc3 consume a lot of memory on go1.20rc3 golangci/golangci-lint#3470 helped in the latest golangci-lint release
* Update build submodule to consume upbound/build#238

Signed-off-by: Cem Mergenci <cmergenci@gmail.com>
mergenci added a commit to mergenci/uptest that referenced this pull request Sep 4, 2023
Shamelessly copy Yury Tsarev's (@ytsarev) following changes to other
repos, such as crossplane-contrib/provider-upjet-aws#829:

* Motivation: golangci-lint base run was freezing on Mac M1 and go1.20.5.
* Remove the version override in the Makefile with the comment and consume the latest version from the build
* Presumably, it was a fix around consume a lot of memory on go1.20rc3 consume a lot of memory on go1.20rc3 golangci/golangci-lint#3470 helped in the latest golangci-lint release
* Update build submodule to consume upbound/build#238

Signed-off-by: Cem Mergenci <cmergenci@gmail.com>
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

Successfully merging this pull request may close these issues.

2 participants