diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 819cc4d6..4f674f63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: - "macos-latest" go: - "1" + - "1.18" - "1.17" - "1.16" fail-fast: false diff --git a/Makefile b/Makefile index ef07c8c5..4a8b5bb6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ all: depend lint goagen .PHONY: depend depend: go mod download - go get github.com/onsi/ginkgo/ginkgo + go install github.com/onsi/ginkgo/ginkgo@latest .PHONY: test test: