Skip to content

go.mod: bump github.com/nats-io/nats.go from 1.29.0 to 1.30.1 #157

go.mod: bump github.com/nats-io/nats.go from 1.29.0 to 1.30.1

go.mod: bump github.com/nats-io/nats.go from 1.29.0 to 1.30.1 #157

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.52.2
args: --timeout=2m