Skip to content

Commit

Permalink
Merge branch 'feature/upgrade-go-mod' of https://github.com/arukiidou…
Browse files Browse the repository at this point in the history
…/zap into feature/upgrade-go-mod
  • Loading branch information
arukiidou committed Apr 2, 2024
2 parents 0abe27c + 451803f commit cd0bcee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
name: Install golangci-lint
with:
version: latest
args: --version # make lint will run the linter
# Hack: Use the official action to download, but not run.
# make lint below will handle actually running the linter.
args: --help

- run: make lint
name: Lint
Expand Down

0 comments on commit cd0bcee

Please sign in to comment.