diff --git a/lua/gitlab/health.lua b/lua/gitlab/health.lua index fbb87121..8cc26e25 100644 --- a/lua/gitlab/health.lua +++ b/lua/gitlab/health.lua @@ -10,7 +10,7 @@ local function check_go_version() if major and tonumber(major) >= 1 and tonumber(minor) >= 19 then return else - return "Go is installed, but version is older than 1.19." + return "Go is installed, but version is older than 1.23.4." end else return "Go is not installed."