Skip to content

Commit 451803f

Browse files
authored
Merge branch 'uber-go:master' into feature/upgrade-go-mod
2 parents ec6516b + b15585b commit 451803f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/go.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
name: Install golangci-lint
6363
with:
6464
version: latest
65-
args: --version # make lint will run the linter
65+
# Hack: Use the official action to download, but not run.
66+
# make lint below will handle actually running the linter.
67+
args: --help
6668

6769
- run: make lint
6870
name: Lint

0 commit comments

Comments
 (0)