Skip to content

Commit fa1cbcf

Browse files
authored
Merge pull request #318 from dgannon991/feat/317/fix-tests
Addressed failing pipeline
2 parents e2cea45 + 2f59b6a commit fa1cbcf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ delete-test-cluster:
3434

3535
GOPATH := $(shell go env GOPATH)
3636
HAS_GOLANGCI := $(shell $(CHECK) golangci-lint)
37-
GOLANGCI_VERSION := v1.51.2
37+
GOLANGCI_VERSION := v1.63.4
3838
HAS_KIND := $(shell $(CHECK) kind)
3939
HAS_KUBECTL := $(shell $(CHECK) kubectl)
4040
HAS_GOCOV_XML := $(shell $(CHECK) gocov-xml;)

golangci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
run:
2-
deadline: 2m
2+
deadline: 5m
3+
timeout: 10m
34

45
linters:
56
disable-all: true

imagestore/ocilayout/testdata/artifacts/layout/index.json

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
"org.opencontainers.image.ref.name": "docker.io/library/hello-world@sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4"
3434
}
3535
},
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+
},
3644
{
3745
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
3846
"size": 525,

0 commit comments

Comments
 (0)