-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dependency Bumps & Use golang 1.22/1.23 in CI & Fix linter issues #221
Merged
anujc25
merged 6 commits into
vmware-tanzu:main
from
anujc25:anujc/dependency-updates-jan-02
Jan 4, 2025
Merged
Dependency Bumps & Use golang 1.22/1.23 in CI & Fix linter issues #221
anujc25
merged 6 commits into
vmware-tanzu:main
from
anujc25:anujc/dependency-updates-jan-02
Jan 4, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anujc25
force-pushed
the
anujc/dependency-updates-jan-02
branch
3 times, most recently
from
January 2, 2025 23:48
98f8e25
to
49e70e8
Compare
anujc25
force-pushed
the
anujc/dependency-updates-jan-02
branch
from
January 3, 2025 12:35
d896d06
to
3bc1d85
Compare
- golang.org/x/net from v0.21.0 to v0.33.0 - google.golang.org/protobuf from v1.28.1 to v1.33.0 - github.com/vektah/gqlparser/v2 from v2.5.11 to v2.5.14 - golang.org/x/tools from v0.18.0 to v0.24.0 Signed-off-by: Anuj Chaudhari <[email protected]>
anujc25
force-pushed
the
anujc/dependency-updates-jan-02
branch
from
January 3, 2025 12:44
3bc1d85
to
2e46c9b
Compare
Signed-off-by: Anuj Chaudhari <[email protected]>
anujc25
force-pushed
the
anujc/dependency-updates-jan-02
branch
from
January 3, 2025 13:08
6a24909
to
1081bc1
Compare
anujc25
force-pushed
the
anujc/dependency-updates-jan-02
branch
5 times, most recently
from
January 3, 2025 17:19
b7840b1
to
bb9708b
Compare
Signed-off-by: Anuj Chaudhari <[email protected]>
anujc25
force-pushed
the
anujc/dependency-updates-jan-02
branch
from
January 3, 2025 17:41
bb9708b
to
371aeb1
Compare
anujc25
changed the title
Dependency Bumps
Dependency Bumps & Use golang 1.22/1.23 in CI & Fix linter issues
Jan 3, 2025
prkalle
approved these changes
Jan 3, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the changes and fixing the linter issues.
anujc25
added a commit
to anujc25/tanzu-plugin-runtime
that referenced
this pull request
Jan 6, 2025
…ware-tanzu#221) * Dependency Bumps and remove go.work, go.work.sum files - golang.org/x/net from v0.21.0 to v0.33.0 - google.golang.org/protobuf from v1.28.1 to v1.33.0 - github.com/vektah/gqlparser/v2 from v2.5.11 to v2.5.14 - golang.org/x/tools from v0.18.0 to v0.24.0 * Update CI to use golang 1.22 and 1.23 - Fix linter errors flagged with latest golanglint Signed-off-by: Anuj Chaudhari <[email protected]>
anujc25
added a commit
that referenced
this pull request
Jan 6, 2025
…) (#222) * Dependency Bumps and remove go.work, go.work.sum files - golang.org/x/net from v0.21.0 to v0.33.0 - google.golang.org/protobuf from v1.28.1 to v1.33.0 - github.com/vektah/gqlparser/v2 from v2.5.11 to v2.5.14 - golang.org/x/tools from v0.18.0 to v0.24.0 * Update CI to use golang 1.22 and 1.23 - Fix linter errors flagged with latest golanglint Signed-off-by: Anuj Chaudhari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
- Bump CI to start using golang v1.22 and 1.23 to run the CI for builds and unit tests
- Fix linter issues because we started using 1.23 and latest linter.
- Dependency Updates:
Which issue(s) this PR fixes
Fixes
Describe testing done for PR
Release note
Additional information
Special notes for your reviewer