Skip to content

deps(dependabot): bump github.com/nats-io/nats-server/v2 from 2.10.20 to 2.10.21 #131

deps(dependabot): bump github.com/nats-io/nats-server/v2 from 2.10.20 to 2.10.21

deps(dependabot): bump github.com/nats-io/nats-server/v2 from 2.10.20 to 2.10.21 #131

Workflow file for this run

name: Lint Go code
on:
pull_request:
branches:
- "main"
- "release-*"
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'
env:
GO111MODULE: "on"
jobs:
code-linter:
name: "Run golangci-lint"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
env:
GOGC: "90" # Garbage collection limit to avoid OOM errors
uses: golangci/[email protected]
with:
args: --timeout=10m
version: v1.60.3