-
Notifications
You must be signed in to change notification settings - Fork 707
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(deps): update docker.io/library/golang docker tag to v1.22.1 #7608
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Autofix does not work. I also tried to disable it using: linters-settings:
revive:
rules:
- name: unused-parameter
disabled: true But this seems to have the side effect of also disabling other rules like diff --git a/hack/deployer/runner/settings.go b/hack/deployer/runner/settings.go
index ceee8eefe..5de3bda9d 100644
--- a/hack/deployer/runner/settings.go
+++ b/hack/deployer/runner/settings.go
@@ -17,7 +17,7 @@ type Plans struct {
// Plan encapsulates information needed to provision a cluster
type Plan struct {
- Id string `yaml:"id"` //nolint:revive
+ Id string `yaml:"id"`
Operation string `yaml:"operation"`
ClusterName string `yaml:"clusterName"`
ClientVersion string `yaml:"clientVersion"`
@@ -96,7 +96,7 @@ type TanzuSettings struct { I'm a bit confused about why disabling |
We also have a panic when generating the API documentation:
|
Just to explain where this comes from, the new bk agent image updates |
This PR contains the following updates:
1.22.0
->1.22.1
1.22.0
->1.22.1
Configuration
📅 Schedule: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.