Update gingko version and secret

This commit is contained in:
Abdul Rabbani
2022-05-31 09:49:37 -04:00
parent 5c6fb45d36
commit cf8c08f01e
4 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ PKGS = go list ./... | grep -v "^vendor/"
## Testing library
GINKGO = $(BIN)/ginkgo
$(BIN)/ginkgo:
go get -u github.com/onsi/ginkgo/ginkgo
go run github.com/onsi/ginkgo/ginkgo
## Migration tool
GOOSE = $(BIN)/goose