hardcoded @develop
This commit is contained in:
parent
3146bffee9
commit
fc14dee1be
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ local latest_tag = "@latest"
|
|||
local tags = {
|
||||
gomodifytags = latest_tag,
|
||||
impl = latest_tag,
|
||||
gotests = c_gotests.tag,
|
||||
gotests = "@develop",
|
||||
iferr = latest_tag,
|
||||
dlv = latest_tag,
|
||||
}
|
||||
|
|
@ -25,7 +25,6 @@ local tags = {
|
|||
---@param pkg string
|
||||
local function install(pkg)
|
||||
local url = urls[pkg] .. tags[pkg]
|
||||
u.notify("YEEET: " .. url)
|
||||
r.sync(c.go, {
|
||||
args = { "install", url },
|
||||
on_exit = function(data, status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue