Skip to content

Use common workflow #1452

Use common workflow

Use common workflow #1452

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@8293f7576627e156df8189b5ea4945ead6da9b0d
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@8293f7576627e156df8189b5ea4945ead6da9b0d