Skip to content

Bump github.com/nats-io/nats-streaming-server from 0.24.3 to 0.24.6 in /protocol/stan/v2 in the go_modules group across 1 directory #1565

Bump github.com/nats-io/nats-streaming-server from 0.24.3 to 0.24.6 in /protocol/stan/v2 in the go_modules group across 1 directory

Bump github.com/nats-io/nats-streaming-server from 0.24.3 to 0.24.6 in /protocol/stan/v2 in the go_modules group across 1 directory #1565

Workflow file for this run

name: Unit Test
on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
jobs:
test:
name: Unit Test
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@v5
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: v2/go.sum
id: go
- name: Test
run: ./hack/unit-test.sh