ci: run 'go vet' in golangci-lint; fix errors in tests

Updates #cleanup

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: Ice78fc907bad24c1de749a1595e212ef2db4b8bb
This commit is contained in:
Andrew Dunham
2023-12-07 14:23:01 -05:00
parent f5f21c213c
commit 3f576fc4ca
4 changed files with 50 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import (
func TestGetSerialNumberMac(t *testing.T) {
// Do not run this test on CI, it can only be ran on macOS
// and we currenty only use Linux runners.
// and we currently only use Linux runners.
if cibuild.On() {
t.Skip()
}