Update Makefile to Go 1.19

This commit is contained in:
Romain Bouyé
2022-10-04 12:22:26 +02:00
parent 52aebd544a
commit 591cfb54bf

View File

@@ -47,7 +47,7 @@ static_check: check_tools
false;\
fi
@STATICCHECKOUT=$$(staticcheck -go 1.17 -checks all ./...); \
@STATICCHECKOUT=$$(staticcheck -go 1.19 -checks all ./...); \
if [ -z "$$STATICCHECKOUT" ]; then\
echo "staticcheck: OK";\
else \