From 17363e39b865e3ecf476eaee0ce721b1cc8244af Mon Sep 17 00:00:00 2001 From: nrupen Date: Wed, 27 Dec 2023 08:46:14 -0800 Subject: [PATCH] Fixed Nats-Official Signed-off-by: nrupen --- community_images/nats/official/coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_images/nats/official/coverage.sh b/community_images/nats/official/coverage.sh index 39b684f8ec..6286e994a3 100644 --- a/community_images/nats/official/coverage.sh +++ b/community_images/nats/official/coverage.sh @@ -22,7 +22,7 @@ function test_nats() { kubectl wait pods nats-release-client -n "${NAMESPACE}" --for=condition=ready --timeout=10m echo "#!/bin/bash GO111MODULE=off go get github.com/nats-io/nats.go - go env -w GOPROXY=http://${NATS_SERVER}:8222,direct + go env -w GOPROXY=direct go install golang.org/x/crypto/blake2b@v0.14.0 go mod tidy cd \"\$GOPATH\"/src/github.com/nats-io/nats.go/examples/nats-pub && go install && cd || exit