Skip to content

Use common workflow #1442

Use common workflow

Use common workflow #1442

Workflow file for this run

---
name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
common:
uses: openconfig/common-ci/.github/workflows/go.yml@469e3a5e2cba6d06571d43e9a42f5d9138db9af4

Check failure on line 12 in .github/workflows/go.yml

View workflow run for this annotation

GitHub Actions / Go

Invalid workflow file

The workflow is not valid. In .github/workflows/go.yml (Line: 12, Col: 11): Error from called workflow openconfig/common-ci/.github/workflows/go.yml@469e3a5e2cba6d06571d43e9a42f5d9138db9af4 (Line: 19, Col: 9): Unrecognized named-value: 'single-go-version'. Located at position 1 within expression: single-go-version == '' openconfig/common-ci/.github/workflows/go.yml@469e3a5e2cba6d06571d43e9a42f5d9138db9af4 (Line: 86, Col: 9): Unrecognized named-value: 'single-go-version'. Located at position 1 within expression: single-go-version != ''
with:
coverage-excludes-regex: /cloudbuild
tests-excludes-regex: /cloudbuild
race-tests-excludes-regex: /cloudbuild
single-go-version: 1.20.x