Skip to content

Commit

Permalink
Better go setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jan 30, 2024
1 parent eda8bc0 commit dfa90e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setups/go.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install a fixed version of golang: https://go.dev/doc/install
VERSION='1.21.2'
VERSION='1.21.6'
FILE="go$VERSION.linux-amd64.tar.gz"
curl "https://dl.google.com/go/$FILE" -o "$FILE"
sudo rm -rf /usr/local/go
Expand All @@ -8,3 +8,6 @@ rm "$FILE"

# usql - universal sql cli
# go install -tags most github.com/xo/usql@latest

# glab - gitlab cli
# go install gitlab.com/gitlab-org/cli/cmd/glab@main

0 comments on commit dfa90e5

Please sign in to comment.