Skip to content

Bump github.com/nats-io/nats-server/v2 from 2.9.19 to 2.9.23 #97

Bump github.com/nats-io/nats-server/v2 from 2.9.19 to 2.9.23

Bump github.com/nats-io/nats-server/v2 from 2.9.19 to 2.9.23 #97

Workflow file for this run

---
name: Test - Golang
# Run for all pushes to main and pull requests when Go or YAML files change
on:
push:
pull_request:
jobs:
gotest:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run go tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic -tags testtools ./...