Skip to content

Commit

Permalink
testing build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketpr01 committed Jul 27, 2024
1 parent 8368bd3 commit dfbbc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_geth_fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_dependencies() {

# Function to install Go
install_go() {
local GO_VERSION="1.22.4"
local GO_VERSION="1.21.12"
log INFO "Installing Go version ${GO_VERSION}..."
wget -q "https://golang.org/dl/go${GO_VERSION}.linux-$(dpkg --print-architecture).tar.gz"
tar -C /usr/local -xzf "go${GO_VERSION}.linux-$(dpkg --print-architecture).tar.gz"
Expand Down

0 comments on commit dfbbc2d

Please sign in to comment.