You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The linter 'exportloopref' is deprecated (since v1.60.2) due to:
Since Go1.22 (loopvar) this linter is no longer relevant. Replaced
by copyloopvar.
- The linter named \"megacheck\" is deprecated. It has been split into:
gosimple, staticcheck, unused.
- The configuration option `linters.govet.check-shadowing` is
deprecated. Please enable `shadow` instead, if you are not using
`enable-all`.
Also fixes all occurrence of "Error: printf: non-constant format string
in call to fmt.Errorf (govet)" error.
Signed-off-by: Anoop C S <[email protected]>
0 commit comments