From 28813e3df51b7b45510f0e85a07fbe6669d499c7 Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Sun, 28 Jan 2024 22:44:43 -0300 Subject: [PATCH] chore: implement package glab (#8) --- config/base.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/base.zsh b/config/base.zsh index 48cae25..f6c79fa 100644 --- a/config/base.zsh +++ b/config/base.zsh @@ -12,11 +12,10 @@ export GOENV_PACKAGE_NAME=goenv export ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.21 export GOENV_VERSIONS=( - 1.18.1 1.19.5 - 1.21.3 + 1.21.6 ) -export GOENV_VERSION_GLOBAL=1.21.3 +export GOENV_VERSION_GLOBAL=1.21.6 export GOENV_PACKAGES=( github.com/onsi/gomega @@ -76,6 +75,7 @@ export GOENV_INSTALL_PACKAGES=( github.com/motemen/ghq@latest github.com/git-chglog/git-chglog/cmd/git-chglog@latest github.com/minamijoyo/myaws@latest + gitlab.com/gitlab-org/cli/cmd/glab@main # sec github.com/aquasecurity/tfsec/cmd/tfsec@latest # debug