Skip to content

Commit

Permalink
chg: update go version to make it compatible with new bor
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed May 1, 2024
1 parent 7a2cbb8 commit 9433895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION="1.20.7"
VERSION="1.22.1"

[ -z "$GOROOT" ] && GOROOT="$HOME/.go"
[ -z "$GOPATH" ] && GOPATH="$HOME/go"
Expand Down

0 comments on commit 9433895

Please sign in to comment.