Skip to content

feat(gcom): Regenerate Go client #38

feat(gcom): Regenerate Go client

feat(gcom): Regenerate Go client #38

Workflow file for this run

name: Generate Clients
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: write
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: true
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.23
- name: Generate Client
uses: grafana/shared-workflows/actions/generate-openapi-clients@da511b720bc646fe01a29ddaf37e92df2c4bacb3
with:
package-name: gcom
spec-path: openapi.yaml
modify-spec-script: .github/workflows/modify-spec.sh