Skip to content

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

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

Workflow file for this run

name: ci
on:
push:
branches: main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: build
run: make build
- name: lint
run: make lint
# Run testing on the code
- name: test
run: make test