diff --git a/cookbooks/go/attributes/default.bash b/cookbooks/go/attributes/default.bash index 0c4f1614..edbc5386 100755 --- a/cookbooks/go/attributes/default.bash +++ b/cookbooks/go/attributes/default.bash @@ -1,5 +1,5 @@ #!/bin/bash -e -export GO_DOWNLOAD_URL='https://dl.google.com/go/go1.13.4.linux-amd64.tar.gz' +export GO_DOWNLOAD_URL='https://dl.google.com/go/go1.15.4.linux-amd64.tar.gz' export GO_INSTALL_FOLDER_PATH='/opt/go' \ No newline at end of file