Skip to content

Commit

Permalink
Fixed CI errors
Browse files Browse the repository at this point in the history
Signed-off-by: Guijie Wang <[email protected]>
  • Loading branch information
Guijie Wang committed Oct 31, 2023
1 parent 1561c95 commit 402b9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/daemonconfig/daemonconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func serializeWithSecretFilter(obj interface{}) map[string]interface{} {
continue
}

//nolint:staticcheck
//nolint:exhaustive
switch fieldType.Type.Kind() {
case reflect.Struct:
result[jsonTags[0]] = serializeWithSecretFilter(field.Interface())
Expand Down

0 comments on commit 402b9e4

Please sign in to comment.