From e1db4d4c232c031e1f92ef219802d1934af8bbb5 Mon Sep 17 00:00:00 2001 From: Alex Malykh <49870662+ysomad@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:38:41 +0400 Subject: [PATCH] get gotests tag from setup() --- lua/gopher/installer.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/gopher/installer.lua b/lua/gopher/installer.lua index 0961d7e..3424931 100644 --- a/lua/gopher/installer.lua +++ b/lua/gopher/installer.lua @@ -1,5 +1,4 @@ local c = require("gopher.config").commands -local c_gotests = require("gopher.config").gotests local r = require "gopher._utils.runner" local u = require "gopher._utils" local installer = {} @@ -17,7 +16,7 @@ local latest_tag = "@latest" local tags = { gomodifytags = latest_tag, impl = latest_tag, - gotests = "@develop", + gotests = require("gopher.config").gotests.tag, iferr = latest_tag, dlv = latest_tag, }