From 591cfb54bf3621bf36f4b418f6116a7c501ef72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Bouy=C3=A9?= Date: Tue, 4 Oct 2022 12:22:26 +0200 Subject: [PATCH] Update Makefile to Go 1.19 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \