diff --git a/defaults/main.yml b/defaults/main.yml index c0a7016..1795da4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -8,11 +8,6 @@ # mirror for Go release tarballs go_mirror: "https://storage.googleapis.com/golang/" -# go_version, go_tarball, and its checksum can be set by a deployer to -# force a specific version. -# if they are ALL not set, version will be autodiscovered. -# the version will be found thanks to github releases. -# the shasum will be fetched from "{{ go_download_location }}/{{ go_tarball }}.sha256" #go_tarball_checksum: "sha256:43ad621c9b014cde8db17393dc108378d37bc853aa351a6c74bf6432c1bbd182" go_version_target: "go version go{{ go_version }} linux/amd64"