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

chore(*) versions bump and CI go cache #1409

Merged
merged 3 commits into from
Jan 12, 2021
Merged

Conversation

nickolaev
Copy link
Contributor

@nickolaev nickolaev commented Jan 12, 2021

Summary

Fixing the falling CI check and bumping versions meanwhile:

  • CI go mod cache will not fetch from previous branches but just generate it every time.
  • CI go mod cache generated by make vet
  • CI check resource class to large
  • golang 1.15.6
  • K8s 1.18.9 -> 1.18.14
  • golangci-lint 1.31.0 -> 1.35.2
  • ginkgo 1.12.0 -> 1.14.2
  • minikube 1.13.1 -> 1.16.0

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
@nickolaev nickolaev requested a review from a team as a code owner January 12, 2021 14:24
@nickolaev nickolaev marked this pull request as draft January 12, 2021 14:25
@nickolaev nickolaev force-pushed the chore/versions_bump branch 2 times, most recently from e5f133e to 75955ea Compare January 12, 2021 15:13
@nickolaev nickolaev marked this pull request as ready for review January 12, 2021 15:26
Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
@nickolaev nickolaev changed the title chore(*) versions bump chore(*) versions bump and CI go cache Jan 12, 2021
@@ -36,3 +36,6 @@ issues:
- linters:
- staticcheck
text: "SA1019: l.UseOriginalDst is deprecated: Do not use." # TODO What is the up-to-date alternative ?
- linters:
- staticcheck
text: "c.Http2ProtocolOptions is deprecated: Do not use." # TODO What is the up-to-date alternative ?
Copy link
Contributor

Choose a reason for hiding this comment

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

I was pretty sure that comment in the code that ignores it was enough. Did something change with a new version?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep the messages did appear on my computer so I had to disable it.

@@ -220,6 +212,7 @@ jobs:

check:
executor: golang
resource_class: large
Copy link
Contributor

Choose a reason for hiding this comment

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

The real reason for this PR as far as I understand is this line because golanglint-ci has not enough memory.
We need to add this reason either in PR or here as a little comment (I prefer the latter)

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
@nickolaev nickolaev merged commit d89548d into master Jan 12, 2021
@nickolaev nickolaev deleted the chore/versions_bump branch January 12, 2021 16:59
mergify bot pushed a commit that referenced this pull request Jan 12, 2021
* chore(*) versions bump

* test(*) ci cache optimization

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
(cherry picked from commit d89548d)
nickolaev pushed a commit that referenced this pull request Jan 13, 2021
* chore(*) versions bump

* test(*) ci cache optimization

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
(cherry picked from commit d89548d)

Co-authored-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.com>
austince pushed a commit to hvydya/kuma that referenced this pull request Jan 17, 2021
* chore(*) versions bump

* test(*) ci cache optimization

Signed-off-by: Nikolay Nikolaev <nikolay.nikolaev@konghq.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.

None yet

2 participants