Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit ab9a4e8

Browse files
author
James O. D. Hunt
authored
Merge pull request #1465 from grahamwhaley/20190412_install_golang
ci: setup: always install/update golang on setup
2 parents f46b23a + a248610 commit ab9a4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ install_extra_tools() {
128128
}
129129

130130
main() {
131+
bash -f "${cidir}/install_go.sh" -p -f
131132
setup_distro_env
132133
install_docker
133134
enable_nested_virtualization

0 commit comments

Comments
 (0)