Skip to content

Commit

Permalink
fix notification
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisoncramer committed Dec 26, 2024
1 parent 823b2a4 commit e445abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gitlab/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit e445abe

Please sign in to comment.