Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/swaggest/jsonschema-go to v0.3.73 #87

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ require (
github.com/rs/zerolog v1.33.0
github.com/saferwall/pe v1.5.6
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/swaggest/jsonschema-go v0.3.62
github.com/swaggest/jsonschema-go v0.3.73
github.com/twpayne/go-vfs/v4 v4.3.0
github.com/urfave/cli/v2 v2.27.6
github.com/zcalusic/sysinfo v1.1.3

Unchanged files with check annotations Beta

COPY +luet/luet /usr/bin/luet
# Some tests need the docker client available
WITH DOCKER
RUN go run github.com/onsi/ginkgo/v2/ginkgo run --fail-fast --covermode=atomic --coverprofile=coverage.out -p -r ./...

Check failure on line 31 in Earthfile

GitHub Actions / unit-tests (1.23)

Error

The command WITH DOCKER RUN --privileged go run github.com/onsi/ginkgo/v2/ginkgo run --fail-fast --covermode=atomic --coverprofile=coverage.out -p -r ./... did not complete successfully. Exit code 1
END
SAVE ARTIFACT coverage.out AS LOCAL coverage.out