Skip to content

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

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

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

Workflow file for this run

name: Test
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: go get -v -t -d ./...
- name: Test without docker
run: go test -v -timeout 200s ./...