nats-io/kubecon-contribfest

Bump NATS Server version from the server in go_test.mod

Opened this issue · 1 comments

Bump to latest v2.9.16 version of the server:

https://github.com/nats-io/nats.go/blob/main/go_test.mod#L7

go get github.com/nats-io/nats-server/v2@latest
go mod tidy -modfile=go_test.mod
go test ./... --count=1 -p=1 -modfile=go_test.mod -v 

I will be working on this