Skip to content

chore(deps): bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 #396

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

chore(deps): bump github.com/nats-io/nats.go from 1.36.0 to 1.37.0 #396

Workflow file for this run

name: Lint Golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- run: go version
- name: run linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.55.2