-
Notifications
You must be signed in to change notification settings - Fork 88
CLOUDP-300869: Upgrade golangci to v1.64.5 #3656
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
Conversation
| assert.True(t, *setting.Enabled) | ||
| assert.True(t, *setting.AuditAuthorizationSuccess) | ||
| assert.Equal(t, "{\"atype\": \"authenticate\"}", *setting.AuditFilter) | ||
| assert.JSONEq(t, "{\"atype\": \"authenticate\"}", *setting.AuditFilter) |
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.
TIL
|
Coverage Report 📈
|
|
evergreen keep-definitions |
gssbzn
left a comment
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.
since you are updating go we depend on it being available on evergreen, adding the packaging tests which uses other vms like windows to make sure go1.24 is available, good to merge if packaging passes
Proposed changes
Jira ticket: CLOUDP-300869