Skip to content

Commit

Permalink
Merge branch 'uber-go:master' into feature/upgrade-go-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
arukiidou committed Apr 2, 2024
2 parents ec6516b + b15585b commit 451803f
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 451803f

Please sign in to comment.