Skip to content

chore: Release v0.38.0 #7943

chore: Release v0.38.0

chore: Release v0.38.0 #7943

Workflow file for this run

name: Go Checks
on:
pull_request:
push:
branches: ["master","release-v0[0-9][0-9]"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
go-check:
run: protoc --version

Check failure on line 18 in .github/workflows/go-check.yml

View workflow run for this annotation

GitHub Actions / Go Checks

Invalid workflow file

The workflow is not valid. .github/workflows/go-check.yml (Line: 18, Col: 5): Unexpected value 'run'
uses: ipdxco/unified-github-workflows/.github/workflows/[email protected]
with:
go-version: "1.22.x"
go-generate-ignore-protoc-version-comments: true