Personal: Update golangci-lint

This commit is contained in:
IamTheFij 2021-02-17 10:47:19 -08:00
parent 5411e47ec5
commit 0b7968b297
1 changed files with 1 additions and 1 deletions

View File

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