drone-pre-commit/scripts/add_golangci_lint.sh
Ian Fijolek e82b8757c2
All checks were successful
continuous-integration/drone/push Build is passing
Install golang from tar
2021-02-02 15:42:48 -08:00

7 lines
163 B
Bash
Executable File

#! /bin/bash
set -ex
VERSION=v1.35.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "/usr/bin" "${VERSION}"