Skip to content

Commit

Permalink
make: fix govet target after moving 'common' to 'pkg'
Browse files Browse the repository at this point in the history
'common' can be dropped from the govet list as it was moved to
pkg/common in commit e374eac ("Move all 'common' code to 'pkg'")

This fixes the following warning during `make govet`:

  go: warning: "./common/..." matched no packages

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser authored and rolinh committed May 7, 2020
1 parent 2ff7193 commit e0fbe8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ govet:
./bugtool/... \
./cilium/... \
./cilium-health/... \
./common/... \
./daemon/... \
./hubble-relay/... \
./operator/... \
Expand Down

0 comments on commit e0fbe8a

Please sign in to comment.