This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information