mirror of
https://github.com/distribution/distribution.git
synced 2025-09-17 23:59:57 +00:00
chore: bump golangci-lint and fix govert issues
The latest golangci-lint spits out some govet issues. This commit fixes them. We are also bumping the linter version. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
@@ -1107,7 +1107,7 @@ func testBlobDelete(t *testing.T, env *testEnv, args blobArgs) {
|
||||
ref, _ := reference.WithDigest(imageName, layerDigest)
|
||||
layerURL, err := env.builder.BuildBlobURL(ref)
|
||||
if err != nil {
|
||||
t.Fatalf(err.Error())
|
||||
t.Fatal(err.Error())
|
||||
}
|
||||
// ---------------
|
||||
// Delete a layer
|
||||
|
Reference in New Issue
Block a user