Skip to content

Update module go.uber.org/zap to v1.27.0 #16

Update module go.uber.org/zap to v1.27.0

Update module go.uber.org/zap to v1.27.0 #16

Workflow file for this run

name: "Unit tests"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: lint & test
run: make test
- name: build
run: make build