Skip to content

Commit

Permalink
chore: implement version go to 1.21.1 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Sep 9, 2023
1 parent e43f84e commit f223de7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18
export GOENV_VERSIONS=(
1.18.1
1.19.5
1.21.1
)
export GOENV_VERSION_GLOBAL=1.19.5
export GOENV_VERSION_GLOBAL=1.21.1

export GOENV_PACKAGES=(
github.com/onsi/gomega
Expand Down Expand Up @@ -95,4 +96,4 @@ export GOENV_INSTALL_PACKAGES=(
github.com/tomnomnom/assetfinder@latest
# encryption
filippo.io/age/cmd/...@latest
)
)

0 comments on commit f223de7

Please sign in to comment.