Just run 1.15, don't need vendored installs

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-01-25 17:42:21 -08:00
parent e40c3e6f55
commit 542d352017

View File

@@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go: [1.14, 1.15]
go: [1.15]
env:
GOPATH: /home/runner/work/nats-server
@@ -26,9 +26,6 @@ jobs:
- name: Install deps
shell: bash --noprofile --norc -x -eo pipefail {0}
run: |
go get github.com/nats-io/nats.go/
go get github.com/nats-io/nkeys
go get github.com/nats-io/jwt
go get -u honnef.co/go/tools/cmd/staticcheck
go get -u github.com/client9/misspell/cmd/misspell