Skip to content

chore(deps): bump github.com/nats-io/nats.go from 1.30.2 to 1.31.0 #36

chore(deps): bump github.com/nats-io/nats.go from 1.30.2 to 1.31.0

chore(deps): bump github.com/nats-io/nats.go from 1.30.2 to 1.31.0 #36

Workflow file for this run

name: MongoDB
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
if: |
!startsWith(github.event.head_commit.message, 'docs') &&
!contains(github.event.head_commit.message, 'skip ci') &&
!contains(github.event.head_commit.message, 'ci skip')
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
if: ${{ !env.ACT }}
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: make mongo-test