Ian Fijolek
9b7047913a
All checks were successful
continuous-integration/drone/push Build is passing
6 lines
155 B
Bash
Executable File
6 lines
155 B
Bash
Executable File
#! /bin/bash
|
|
|
|
VERSION=v1.35.2
|
|
|
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "/usr/bin" "${VERSION}"
|