Skip to content

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

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 #42

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Run
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Get Go version from go.mod
id: go-version
run: echo "version=$(./scripts/extract-go-version.sh)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ steps.go-version.outputs.version }}
- name: Test with coverage
run: go test -cover ./...