mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
Update Makefile to Go 1.19
This commit is contained in:
2
Makefile
2
Makefile
@@ -47,7 +47,7 @@ static_check: check_tools
|
|||||||
false;\
|
false;\
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@STATICCHECKOUT=$$(staticcheck -go 1.17 -checks all ./...); \
|
@STATICCHECKOUT=$$(staticcheck -go 1.19 -checks all ./...); \
|
||||||
if [ -z "$$STATICCHECKOUT" ]; then\
|
if [ -z "$$STATICCHECKOUT" ]; then\
|
||||||
echo "staticcheck: OK";\
|
echo "staticcheck: OK";\
|
||||||
else \
|
else \
|
||||||
|
|||||||
Reference in New Issue
Block a user