-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This patch does the following - update go.mod and run `go mod vendor` - update workflow - update hack.md - update the ko build strategy - update the sample ko build that builds shipwright Signed-off-by: Shivam Mukhade <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,8 +121,8 @@ ifeq (, $(shell which ginkgo)) | |
GINKGO_GEN_TMP_DIR=$$(mktemp -d) ;\ | ||
cd $$GINKGO_GEN_TMP_DIR ;\ | ||
go mod init tmp ;\ | ||
go get -u github.com/onsi/ginkgo/ginkgo ;\ | ||
go get -u github.com/onsi/gomega/... ;\ | ||
go install github.com/onsi/ginkgo/ginkgo@latest ;\ | ||
go install github.com/onsi/gomega/... ;\ | ||
rm -rf $$GINKGO_GEN_TMP_DIR ;\ | ||
} | ||
GINKGO=$(GOBIN)/ginkgo | ||
|
@@ -137,7 +137,7 @@ ifeq (, $(shell which gocov)) | |
GOCOV_GEN_TMP_DIR=$$(mktemp -d) ;\ | ||
cd $$GOCOV_GEN_TMP_DIR ;\ | ||
go mod init tmp ;\ | ||
go get github.com/axw/gocov/[email protected] ;\ | ||
go install github.com/axw/gocov/[email protected] ;\ | ||
rm -rf $$GOCOV_GEN_TMP_DIR ;\ | ||
} | ||
GOCOV=$(GOBIN)/gocov | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.