Skip to content

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

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 #66

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.17.7'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
with:
version: latest
args: --timeout=5m