Merge pull request #5313 from gliptak/go8

Bump Go to 1.18
This commit is contained in:
lyndon
2022-10-18 12:17:37 +08:00
committed by GitHub
9 changed files with 9 additions and 180 deletions

View File

@@ -101,7 +101,7 @@ UPLOADER_TYPE ?=
.PHONY:ginkgo
ginkgo: # Make sure ginkgo is in $GOPATH/bin
go get github.com/onsi/ginkgo/ginkgo
go install github.com/onsi/ginkgo/ginkgo@v1.16.5
.PHONY: run
run: ginkgo