Skip to content

Commit

Permalink
update libs and patch security vul
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgrath207 committed Dec 19, 2024
1 parent a4ae2b9 commit f7d4ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(LOCALBIN):


ginkgo:
test -s $(LOCALBIN)/ginkgo || GOBIN=$(LOCALBIN) go install github.com/onsi/ginkgo/v2/ginkgo@v2.20.2
test -s $(LOCALBIN)/ginkgo || GOBIN=$(LOCALBIN) go install github.com/onsi/ginkgo/v2/ginkgo@v2.22.0

crane:
test -s $(LOCALBIN)/crane || GOBIN=$(LOCALBIN) go install github.com/google/go-containerregistry/cmd/crane@latest
Expand Down

0 comments on commit f7d4ddb

Please sign in to comment.