From 164d65b5ab5377587196748ac485bdda027b3a48 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 Sep 2023 14:55:52 -0700 Subject: Stop using golang.org/x/lint golint is not supported anymore. See https://github.com/golang/go/issues/38968. We already use both 'go vet' and 'staticcheck' which are maintained. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ca3e70e..0d8b56f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ bin/fscrypt bin/pam_fscrypt.so bin/protoc -bin/golint bin/protoc-gen-go bin/goimports bin/staticcheck -- cgit v1.2.3