Skip to content

Commit

Permalink
Merge pull request #318 from dgannon991/feat/317/fix-tests
Browse files Browse the repository at this point in the history
Addressed failing pipeline
  • Loading branch information
schristoff authored Feb 10, 2025
2 parents e2cea45 + 2f59b6a commit fa1cbcf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ delete-test-cluster:

GOPATH := $(shell go env GOPATH)
HAS_GOLANGCI := $(shell $(CHECK) golangci-lint)
GOLANGCI_VERSION := v1.51.2
GOLANGCI_VERSION := v1.63.4
HAS_KIND := $(shell $(CHECK) kind)
HAS_KUBECTL := $(shell $(CHECK) kubectl)
HAS_GOCOV_XML := $(shell $(CHECK) gocov-xml;)
Expand Down
3 changes: 2 additions & 1 deletion golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
run:
deadline: 2m
deadline: 5m
timeout: 10m

linters:
disable-all: true
Expand Down
8 changes: 8 additions & 0 deletions imagestore/ocilayout/testdata/artifacts/layout/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
"org.opencontainers.image.ref.name": "docker.io/library/hello-world@sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 525,
"digest": "sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4",
"annotations": {
"org.opencontainers.image.ref.name": "docker.io/library/hello-world@sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4"
}
},
{
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 525,
Expand Down

0 comments on commit fa1cbcf

Please sign in to comment.