Skip to content

Libs(all): bump openapi generator from 5.2.0 to 7.9.0 #821

Libs(all): bump openapi generator from 5.2.0 to 7.9.0

Libs(all): bump openapi generator from 5.2.0 to 7.9.0 #821

Workflow file for this run

name: Go Lint
on:
pull_request:
paths:
- "go/**"
- "openapi.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
working-directory: go
args: --verbose