aboutsummaryrefslogblamecommitdiff
path: root/test/go/install_go_tool_in_postCreate.sh
blob: dbb086cfc083fbe589a264d913037416990daebf (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                
                                                                                               


               
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

check "mkcert version" mkcert --version | grep "v1.4.2"
check "mkcert is installed at correct path" which mkcert | grep "/go/bin/mkcert"
check "golangci-lint version" golangci-lint --version | grep "golangci-lint has version 1.50.0"

# Report result
reportResults