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
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
Bumping go required bumping golangci-lint due to the following error:
level=warning msg="[runner] Can't run linter goanalysis_metalinter: SA1023: failed prerequisites: [email protected]/gravitational/robotest/lib/loc"
Which is discussed here:
golangci/golangci-lint#827
Bumping golangci-lint in turn required tweaking (or removing) a test
that would never run:
lib/ssh/ssh_test.go:86:6: func `testEnv` is unused (unused)
I chose to enable the test, as ssh_test.go is not run regularly, and
I don't fully understand the impact of removing the env parameter from
RunAndParse. Better to let someone sort it out when they try to execute
ssh_test.go and have more context available.
0 commit comments