Skip to content

Commit

Permalink
update default golang version
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
  • Loading branch information
ivankatliarchuk committed Sep 3, 2023
1 parent 7cace0a commit 8c74e51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bin/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ install_gvm() {
error "failed '$1' aborting..."
noerr=false
fi
# gvm install go1.16
# gvm use
fi
if [[ -z "${noerr}" ]]; then
ok "$1"
Expand Down
2 changes: 1 addition & 1 deletion tools/gvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.16
go1.21
3 changes: 2 additions & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ fi
[[ -s "${HOME}/.krew/bin" ]] && export PATH="${PATH}:${HOME}/.krew/bin"

# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin:$(go env GOPATH)/bin"
# export PATH="$PATH:$HOME/.rvm/bin:$(go env GOPATH)/bin"
export PATH="$PATH:$(go env GOPATH)/bin"
# curl is keg-only, which means it was not symlinked into /usr/local
[[ -s "/usr/local/opt/curl" ]] && export PATH="/usr/local/opt/curl/bin:$PATH"

Expand Down

0 comments on commit 8c74e51

Please sign in to comment.