Skip to content

chore(deps): bump go.uber.org/zap from 1.26.0 to 1.28.0 (#126) #428

chore(deps): bump go.uber.org/zap from 1.26.0 to 1.28.0 (#126)

chore(deps): bump go.uber.org/zap from 1.26.0 to 1.28.0 (#126) #428

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 3 * * 1'
workflow_dispatch: # Allow manual trigger
jobs:
lint:
name: lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout 120s --max-same-issues 50