Skip to content

Commit cd0bcee

Browse files
committed
Merge branch 'feature/upgrade-go-mod' of https://github.com/arukiidou/zap into feature/upgrade-go-mod
2 parents 0abe27c + 451803f commit cd0bcee

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)