mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Just run 1.15, don't need vendored installs
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
5
.github/workflows/go-test.yaml
vendored
5
.github/workflows/go-test.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user