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 = {
|
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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue