diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-23 20:33:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 20:33:50 +0300 |
commit | c4648ab98cdeeb520e7e629c5db4a471ec802954 (patch) | |
tree | f7f10e225e46f4ce4b6a71e5564345abb1b13e30 /test/go/scenarios.json | |
parent | 173c7ca3c7ad646e6b9732b5af8d45f08606182e (diff) |
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
Diffstat (limited to 'test/go/scenarios.json')
-rw-r--r-- | test/go/scenarios.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/go/scenarios.json b/test/go/scenarios.json index b3fe49c..86e1270 100644 --- a/test/go/scenarios.json +++ b/test/go/scenarios.json @@ -8,5 +8,13 @@ } }, "postCreateCommand": "go install filippo.io/mkcert@v1.4.2" + }, + "install_go_twice": { + "image": "mcr.microsoft.com/devcontainers/go:1.18", + "features": { + "go": { + "version": "1.19" + } + } } } |