Skip to content

build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 #10

build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0

build(deps): Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 #10

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...