Skip to content

Commit

Permalink
use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Aug 10, 2023
1 parent 2741ac3 commit 689a0f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
go:
uses: openconfig/common-ci/.github/workflows/basic_go.yml@a541e6321f4ed70740579fec91da6a96732e365d
uses: openconfig/common-ci/.github/workflows/basic_go.yml@787b41151fa155a32aa28f40486fa394eac5c8c6
with:
static-analysis-excludes-regex: exampleoc
skip-gofmt: true
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.x'
go-version: 'stable'

- name: Generate and Check Diff
# Ignore whitespace because goimports seems to modifying the generated commands inconsistently.
Expand Down

0 comments on commit 689a0f0

Please sign in to comment.