Skip to content

Commit

Permalink
Fix up some asdf config
Browse files Browse the repository at this point in the history
ASDF_GOLANG_MOD_VERSION_ENABLED - see
asdf-community/asdf-golang#99

Temporarily pin a version of node (not lts) until 'node-build:
definition not found: 18' error resolved
  • Loading branch information
craigfurman committed May 21, 2023
1 parent e3d6746 commit d6e3b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/home/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
golang 1.20.4
direnv system
nodejs lts
python 3.10.6
kubectl 1.23.8
helm 3.10.3
nodejs 18.16.0
1 change: 1 addition & 0 deletions config/home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ source $ZSH/oh-my-zsh.sh
# asdf-vm
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash
export ASDF_GOLANG_MOD_VERSION_ENABLED=false

# General aliases
alias ll='ls -alh'
Expand Down
2 changes: 1 addition & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
git:
repo: https://github.com/asdf-vm/asdf.git
dest: ~/.asdf
version: v0.11.2
version: v0.11.3

- name: Install asdf plugins and tools
command: ./bin/asdf_install
Expand Down

0 comments on commit d6e3b54

Please sign in to comment.