From ef939f908c43bf89ade5d2153a751c7ee47989cc Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Fri, 16 Sep 2022 13:51:35 -0700 Subject: Go - Adds `/go/bin` to PATH (#162) * bug fix * adds more checks * adds GOROOT * revert GOPATH changes --- test/go/scenarios.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/go/scenarios.json (limited to 'test/go/scenarios.json') diff --git a/test/go/scenarios.json b/test/go/scenarios.json new file mode 100644 index 0000000..295dbe0 --- /dev/null +++ b/test/go/scenarios.json @@ -0,0 +1,11 @@ +{ + "install_go_tool_in_postCreate": { + "image": "ubuntu:focal", + "features": { + "go": { + "version": "latest" + } + }, + "postCreateCommand": "go install filippo.io/mkcert@v1.4.2" + } +} -- cgit v1.2.3