Skip to content

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

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

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
staticcheck:
name: staticcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: run go fmt
run: make fmt
- uses: reviewdog/action-staticcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true