Skip to content

Commit

Permalink
chore: implement package glab (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 29, 2024
1 parent 29324d0 commit 28813e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28813e3

Please sign in to comment.