Skip to content

Commit

Permalink
feat(core): change version go to 1.23 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Dec 8, 2024
1 parent 6011a6b commit d3e88b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ export GOENV_PACKAGE_NAME=goenv
export ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.21

export GOENV_VERSIONS=(
1.19.5
1.21.6
1.22.4
1.23.4
)
export GOENV_VERSION_GLOBAL=1.22.4
export GOENV_VERSION_GLOBAL=1.23.4

export GOENV_PACKAGES=(
github.com/onsi/gomega
Expand Down

0 comments on commit d3e88b6

Please sign in to comment.