Skip to content

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

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

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
cache: true
go-version: 1.20.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3