diff --git a/Makefile b/Makefile index 884a6bd3..294ecaed 100644 --- a/Makefile +++ b/Makefile @@ -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 \