hardcoded @develop

This commit is contained in:
Alex Malykh 2023-11-23 18:34:47 +04:00
parent 3146bffee9
commit fc14dee1be

View file

@ -17,7 +17,7 @@ local latest_tag = "@latest"
local tags = { local tags = {
gomodifytags = latest_tag, gomodifytags = latest_tag,
impl = latest_tag, impl = latest_tag,
gotests = c_gotests.tag, gotests = "@develop",
iferr = latest_tag, iferr = latest_tag,
dlv = latest_tag, dlv = latest_tag,
} }
@ -25,7 +25,6 @@ local tags = {
---@param pkg string ---@param pkg string
local function install(pkg) local function install(pkg)
local url = urls[pkg] .. tags[pkg] local url = urls[pkg] .. tags[pkg]
u.notify("YEEET: " .. url)
r.sync(c.go, { r.sync(c.go, {
args = { "install", url }, args = { "install", url },
on_exit = function(data, status) on_exit = function(data, status)