Skip to content

chore(deps): bump github.com/ogen-go/ogen from 1.6.0 to 1.7.0 #454

chore(deps): bump github.com/ogen-go/ogen from 1.6.0 to 1.7.0

chore(deps): bump github.com/ogen-go/ogen from 1.6.0 to 1.7.0 #454

Workflow file for this run

name: go generate
on:
push:
branches:
- main
paths-ignore:
- "README.md"
pull_request:
paths-ignore:
- "README.md"
permissions:
contents: read
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version-file: "go.mod"
cache: true
- run: go generate ./...
- name: git diff
run: |
git diff --exit-code