mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-16 23:20:56 +00:00
Bump lint and fix issues (#245)
This commit is contained in:
@@ -173,7 +173,7 @@ func GetState() string {
|
||||
retry.Delay(1*time.Second),
|
||||
retry.Attempts(10),
|
||||
retry.DelayType(retry.FixedDelay),
|
||||
retry.OnRetry(func(n uint, err error) {
|
||||
retry.OnRetry(func(n uint, _ error) {
|
||||
Log.Debug().Uint("try", n).Msg("Cannot get state label, retrying")
|
||||
}),
|
||||
)
|
||||
|
Reference in New Issue
Block a user