Skip to content

Bump go.uber.org/zap from 1.27.0 to 1.27.1 #758

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

Bump go.uber.org/zap from 1.27.0 to 1.27.1 #758

Workflow file for this run

name: Unit Test
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
unit-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- name: Go Unit Tests
run: go test -cover -tags=test ./...
- name: Go Unit Tests (nocgo)
run: go test -cover -tags=test ./...
env:
CGO_ENABLED: "0"