Merge pull request #3718 from nats-io/go-get-nsc-v2

Update nsc go install to use go modules
This commit is contained in:
Waldemar Quevedo
2022-12-15 11:29:29 -08:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ RUN mkdir -p src/github.com/nats-io && \
cd natscli/nats && \
go build -ldflags "-w -X main.version=${VERSION}" -o /nats
RUN go install github.com/nats-io/nsc@latest
RUN go install github.com/nats-io/nsc/v2@latest
FROM alpine:latest