Skip to content

Bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.23 in /protocol/stan/v2 #840

Bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.23 in /protocol/stan/v2

Bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.23 in /protocol/stan/v2 #840

Workflow file for this run

name: Observability
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
observability:
name: CloudEvents
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: v2/go.sum
id: go
- name: Update git submodule
run: git submodule sync && git submodule update --init
- name: Build
run: ./hack/observability-test.sh