From 418811ef1997038243f633780b652e1b918e8fb3 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Mon, 27 Jul 2020 12:31:16 -0700 Subject: [PATCH] Use consistent verify.sh with linting between all code repos --- hack/verify.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/verify.sh b/hack/verify.sh index f1f82036..377b3727 100755 --- a/hack/verify.sh +++ b/hack/verify.sh @@ -1,4 +1,5 @@ -#!/bin/bash -set -e +#!/usr/bin/env bash + +set -euo pipefail go run github.com/golangci/golangci-lint/cmd/golangci-lint run ./... --modules-download-mode=readonly --timeout=10m