Skip to content

Bump go.uber.org/zap from 1.26.0 to 1.27.0 #661

Bump go.uber.org/zap from 1.26.0 to 1.27.0

Bump go.uber.org/zap from 1.26.0 to 1.27.0 #661

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
paths-ignore:
- '*.md'
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Run golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.6'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
args: --timeout 3m --verbose