File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $(BUILDDIR): \
2222 $(BUILDDIR ) /golangci-lint
2323
2424$(BUILDDIR ) /ginkgo :
25- $(GO_BUILD ) -o $@ ./vendor/github.com/onsi/ginkgo/ginkgo
25+ $(GO_BUILD ) -o $@ ./vendor/github.com/onsi/ginkgo/v2/ ginkgo
2626
2727$(BUILDDIR ) /go-md2man :
2828 $(GO_BUILD ) -o $@ ./vendor/github.com/cpuguy83/go-md2man/v2
Original file line number Diff line number Diff line change 11module github.com/containers/buildah/tests/tools
22
3- go 1.17
3+ go 1.22.0
44
55require (
66 github.com/cpuguy83/go-md2man/v2 v2.0.2
77 github.com/golangci/golangci-lint v1.51.2
8- github.com/onsi/ginkgo v1.16.5
8+ github.com/onsi/ginkgo/v2 v2.8.0
9+ github.com/onsi/gomega v1.26.0
910)
1011
1112require (
Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ package tools
99import (
1010 _ "github.com/cpuguy83/go-md2man/v2"
1111 _ "github.com/golangci/golangci-lint/cmd/golangci-lint"
12- _ "github.com/onsi/ginkgo/ginkgo/v2"
12+ _ "github.com/onsi/ginkgo/v2/ginkgo"
13+ _ "github.com/onsi/gomega"
1314)
You can’t perform that action at this time.
0 commit comments