From d1328fd19af5bbbc2efea071cd27d2e4469e9ba0 Mon Sep 17 00:00:00 2001 From: Jeffrey Picard Date: Mon, 11 Apr 2022 15:09:08 +0000 Subject: [PATCH] trying to fix these builds --- scripts/build_and_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_and_test.sh b/scripts/build_and_test.sh index 14bf7e8..b06b0e5 100755 --- a/scripts/build_and_test.sh +++ b/scripts/build_and_test.sh @@ -1,4 +1,5 @@ #!/bin/bash ./protobuf/build.sh +go version go build . go test -v -race -cover ./...