From fa926b94a68999f1c19ebdf9860e2ee7fc3429e1 Mon Sep 17 00:00:00 2001 From: Emilio Garcia Date: Tue, 17 Oct 2023 15:05:13 -0400 Subject: [PATCH] bug in nats extratesting --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa5d5bdb4..e12881302 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,7 +116,7 @@ jobs: # If we are using the latest released version to test, we need to use a newer version of go - go-version: 1.19.x dirs: v3/integrations/nrnats - extratesting: go get -u github.com/nats-io/nats.go/@master + extratesting: go get -u github.com/nats-io/nats.go@master goproxy: direct - go-version: 1.19.x dirs: v3/integrations/nrstan