Skip to content

Commit 873cc6a

Browse files
committed
Fix CircleCI lint error
1 parent 965b8c9 commit 873cc6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/lint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if ! command -v black >/dev/null 2>&1; then
4949
exit 1
5050
fi
5151

52+
go mod tidy
5253
go vet "$ROOT/..."
5354

5455
output=$(golint "$ROOT/..." | grep -v "comment" || true)

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
6868
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
6969
google.golang.org/genproto v0.0.0-20210701133433-6b8dcf568a95 // indirect
70-
google.golang.org/grpc v1.39.0
70+
google.golang.org/grpc v1.39.0 // indirect
7171
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
7272
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951
7373
gopkg.in/segmentio/analytics-go.v3 v3.1.0

0 commit comments

Comments
 (0)