Skip to content

Update module github.com/nats-io/nats-server/v2 to v2.10.21 (#261) #891

Update module github.com/nats-io/nats-server/v2 to v2.10.21 (#261)

Update module github.com/nats-io/nats-server/v2 to v2.10.21 (#261) #891

Workflow file for this run

name: Go
on:
push:
branches: ["main"]
pull_request:
concurrency:
group: go-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Go Build
run: go build -v ./...
- name: Go Unit Tests
run: go test -v ./...