Lines Matching refs:version
39 local version=$1 arch=$2 type=$3
44 echo "$shfmt_repo/releases/download/$version/shfmt_${version}_linux_${arch}"
56 git -C "$shfmt_dir" checkout "$version"
60 -ldflags "-w -s -extldflags '-static' -X main.version=$version" \
67 # Fetch version that has been tested
77 if hash "$shfmt" && [[ $("$shfmt" --version) == "$shfmt_version" ]]; then
154 # preferred version combination even if more recent versions
156 protocver=$(protoc --version 2> /dev/null | {
161 echo "found protoc version ${protocver} exactly required 3.${PROTOCVERSION}, skip installing"
216 read -r _ _ gover _ < <(go version) || true
219 echo "found go version ${gover} >= required ${GOVERSION}, skip installing"
236 if ! "${godir}/bin/go" version; then
247 installed_lintversion=$(golangci-lint --version | awk '{print $4}')