Skip to content

Bump go.uber.org/zap from 1.24.0 to 1.26.0 #26

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

Bump go.uber.org/zap from 1.24.0 to 1.26.0 #26

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v3.6.0
- run: make test