Skip to content

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

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

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.18
- name: Run
uses: golangci/golangci-lint-action@v3