features/test/go/install_go_twice.sh
Samruddhi Khandale c4648ab98c
go: fix bug - Go doesn't update version if go is already installed (#303)
* go: fix bug - Go doesn't update version if go is already installed

* Update tests with bash -c
2022-11-23 09:33:50 -08:00

12 lines
176 B
Bash

#!/bin/bash
set -e
# Optional: Import test library
source dev-container-features-test-lib
check "go-version" bash -c "go version | grep 1.19"
# Report result
reportResults