Skip to content

Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 #51

Bump github.com/rs/zerolog from 1.33.0 to 1.34.0

Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 #51

Workflow file for this run

name: test
on: [push]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: test (race detector)
run: go test -timeout=30s -race -count=10 -failfast ./...