Skip to content

Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 #101

Bump github.com/rs/zerolog from 1.31.0 to 1.32.0

Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 #101

Workflow file for this run

name: "Unit tests"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: true
- name: Test
run: go test -v ./...