Skip to content

Use common workflow #1459

Use common workflow

Use common workflow #1459

Workflow file for this run

---
name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
go:
uses: openconfig/common-ci/.github/workflows/go.yml@c2294c3c86c90e75e58c24a40d6f7f3364bbae9d
with:
coverage-excludes-regex: /cloudbuild
tests-excludes-regex: /cloudbuild
race-tests-excludes-regex: /cloudbuild
skip-race-tests: true
go-versions: "['1.20']"
linter:
uses: openconfig/common-ci/.github/workflows/linter.yml@c2294c3c86c90e75e58c24a40d6f7f3364bbae9d