Skip to content

fix(deps): update module github.com/nats-io/nats.go to v1.43.0 #2446

fix(deps): update module github.com/nats-io/nats.go to v1.43.0

fix(deps): update module github.com/nats-io/nats.go to v1.43.0 #2446

Workflow file for this run

name: Linters
on:
push:
branches:
- main
pull_request:
merge_group:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
with:
version: v2.0
args: --timeout=5m