Skip to content

Commit

Permalink
check updated for golang 1.17 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakshi-dell authored Feb 9, 2022
1 parent 4ab5f09 commit e369397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo === Finished

echo === Linting...
(command -v golint >/dev/null 2>&1 \
|| GO111MODULE=off go get -insecure -u golang.org/x/lint/golint) \
|| GO111MODULE=off GOINSECURE=golang.org go get -u golang.org/x/lint/golint) \
&& golint --set_exit_status ./service/... ./common/...
LINT_RETURN_CODE=$?
echo === Finished
Expand Down

0 comments on commit e369397

Please sign in to comment.