Skip to content

Bump github.com/golang/glog from 1.2.0 to 1.2.4 #2005

Bump github.com/golang/glog from 1.2.0 to 1.2.4

Bump github.com/golang/glog from 1.2.0 to 1.2.4 #2005

Workflow file for this run

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