Skip to content

Commit

Permalink
Update golang version to 1.21.4 (#1909)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Seriani <[email protected]>
  • Loading branch information
ricardoseriani authored Nov 9, 2023
1 parent 0133bc4 commit e1b89c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/features/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ chown -Rf $WSL_USER_NAME:$WSL_USER_GROUP /home/$WSL_USER_NAME/.homestead-feature
ARCH=$(arch)

# Install Golang
golangVersion="1.21.2"
golangVersion="1.21.4"
if [[ "$ARCH" == "aarch64" ]]; then
wget https://dl.google.com/go/go${golangVersion}.linux-arm64.tar.gz -O golang.tar.gz
else
Expand Down

0 comments on commit e1b89c4

Please sign in to comment.