-
Notifications
You must be signed in to change notification settings - Fork 26
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
Automated backport of #1012: Use golangci-lint for header checks #993: Drop the leading spaces before the ASL URL #1027: Bump to Fedora 37 #1223: Bump to Fedora 38 #1534
Merged
tpantelis
merged 6 commits into
submariner-io:release-0.14
from
skitt:automated-backport-of-#1012-#993-#1027-#1223-origin-release-0.14
Jan 31, 2024
Merged
Automated backport of #1012: Use golangci-lint for header checks #993: Drop the leading spaces before the ASL URL #1027: Bump to Fedora 37 #1223: Bump to Fedora 38 #1534
tpantelis
merged 6 commits into
submariner-io:release-0.14
from
skitt:automated-backport-of-#1012-#993-#1027-#1223-origin-release-0.14
Jan 31, 2024
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
goheader's whitespace handling seems to be less fragile than license_checker's. This also means one less job in CI. Signed-off-by: Stephen Kitt <[email protected]>
This causes conflicts with gci in some cases. Signed-off-by: Stephen Kitt <[email protected]>
Changes since 1.47.3: * https://github.com/golangci/golangci-lint/releases/tag/v1.48.0 * https://github.com/golangci/golangci-lint/releases/tag/v1.49.0 * https://github.com/golangci/golangci-lint/releases/tag/v1.50.0 * https://github.com/golangci/golangci-lint/releases/tag/v1.50.1 varcheck, deadcode, and structcheck are deprecated since 1.49.0. Signed-off-by: Stephen Kitt <[email protected]>
This gives us Go 1.19. file is no longer installed by default; test/scripts/compile/test.sh relies on it so we need to install it explicitly. unzip is no longer installed by default; it's required for protoc-gen in the Submariner project. Signed-off-by: Stephen Kitt <[email protected]>
This gives us Go 1.20. Signed-off-by: Stephen Kitt <[email protected]>
skitt
requested review from
mkolesnik,
Oats87,
sridhargaddam and
tpantelis
as code owners
January 24, 2024 10:53
18 tasks
tpantelis
approved these changes
Jan 24, 2024
vthapar
approved these changes
Jan 30, 2024
skitt
deleted the
automated-backport-of-#1012-#993-#1027-#1223-origin-release-0.14
branch
February 1, 2024 08:45
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.
Backport of #1012 #993 #1027 #1223 on release-0.14.
#1012: Use golangci-lint for header checks
#993: Drop the leading spaces before the ASL URL
#1027: Bump to Fedora 37
#1223: Bump to Fedora 38
For details on the backport process, see the backport requests page.
Depends on submariner-io/admiral#835
Depends on submariner-io/cloud-prepare#879
Depends on submariner-io/lighthouse#1485
Depends on submariner-io/subctl#1050
Depends on submariner-io/submariner#2881
Depends on submariner-io/submariner-operator#2943