script: update golangci-lint from v1.38.0 and v1.36.0 to v1.42.0
golint has been deprecated and replaced by revive since v1.41.0. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
@@ -18,7 +18,7 @@ package testsuite
|
||||
|
||||
import (
|
||||
"context"
|
||||
//nolint:golint
|
||||
//nolint:revive // go-digest needs the blank import. See https://github.com/opencontainers/go-digest#usage.
|
||||
_ "crypto/sha256"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
|
||||
Reference in New Issue
Block a user