File tree 3 files changed +11
-2
lines changed
imagestore/ocilayout/testdata/artifacts/layout
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ delete-test-cluster:
34
34
35
35
GOPATH := $(shell go env GOPATH)
36
36
HAS_GOLANGCI := $(shell $(CHECK ) golangci-lint)
37
- GOLANGCI_VERSION := v1.51.2
37
+ GOLANGCI_VERSION := v1.63.4
38
38
HAS_KIND := $(shell $(CHECK ) kind)
39
39
HAS_KUBECTL := $(shell $(CHECK ) kubectl)
40
40
HAS_GOCOV_XML := $(shell $(CHECK ) gocov-xml;)
Original file line number Diff line number Diff line change 1
1
run :
2
- deadline : 2m
2
+ deadline : 5m
3
+ timeout : 10m
3
4
4
5
linters :
5
6
disable-all : true
Original file line number Diff line number Diff line change 33
33
"org.opencontainers.image.ref.name" : " docker.io/library/hello-world@sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4"
34
34
}
35
35
},
36
+ {
37
+ "mediaType" : " application/vnd.docker.distribution.manifest.v2+json" ,
38
+ "size" : 525 ,
39
+ "digest" : " sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4" ,
40
+ "annotations" : {
41
+ "org.opencontainers.image.ref.name" : " docker.io/library/hello-world@sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4"
42
+ }
43
+ },
36
44
{
37
45
"mediaType" : " application/vnd.docker.distribution.manifest.v2+json" ,
38
46
"size" : 525 ,
You can’t perform that action at this time.
0 commit comments