aboutsummaryrefslogtreecommitdiff
path: root/test/go/install_go_tool_in_postCreate.sh
blob: 3f7c7c5d3f9445af40ff08a9e0591e48ed8b9506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

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

check "mkcert version" bash -c "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