Skip to content

Commit

Permalink
chore: adding go orb
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Nov 1, 2024
1 parent b410cb6 commit 5a7041b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
command: |
# @see https://github.com/pyenv/pyenv/wiki/Common-build-problems
sudo apt-get update
sudo apt-get install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget libdbd-pg-perl uuid-dev
sudo apt-get install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget libdbd-pg-perl uuid-dev golang-go
- restore_cache:
name: Restore asdf Tools Cache
keys:
Expand Down
1 change: 0 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ postgres 14.0
nodejs 20.11.1
yarn 1.22.10
python 3.9.2
golang 1.22.0

0 comments on commit 5a7041b

Please sign in to comment.