chore(ci): print go version in mod tidy

pull/5897/head
Pavel Zavora 2022-04-04 14:53:47 +02:00
parent bb6f380491
commit 67d3e87405
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ internal.pb.go: kv/internal/internal.proto
test: gochecktidy gocheckfmt jstest gotest gotestrace lint-ci
gochecktidy:
go version
go mod tidy
if ! git --no-pager diff --exit-code -- go.mod go.sum; then\
echo Modules are not tidy, please run \`go mod tidy\` ! ;\