#!/bin/sh set -eu set -x PATH=$HOME/go/bin:$PATH export PATH make make test # Strict umask umask 077 rm -rf * git checkout . make make test # Additional static checks only run in CI go get honnef.co/go/tools/cmd/staticcheck staticcheck ./...