6 lines
161 B
Bash
6 lines
161 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
VERSION=v1.35.2
|
||
|
|
||
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "/usr/local/bin" "${VERSION}"
|