Skip to content

build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.31.0 #226

build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.31.0

build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.31.0 #226

Workflow file for this run

name: Tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run go mod
run: make go.sum
- name: Run make build
run: make build
- name: Run make test
run: make test