Bump support/2.16 branch #92

Closed
fyrchik wants to merge 12 commits from fyrchik:fix-support-2.16 into support/v2.16
Showing only changes of commit e2ffcd1f9c - Show all commits

View file

@ -56,7 +56,7 @@ protoc:
# Run Unit Test with go test
test:
@echo "⇒ Running go test"
@GO111MODULE=on go test ./...
@GO111MODULE=on go test ./... -count=1
# Run linters
lint: