Update golangci-lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-11-04 15:02:21 -07:00
parent da276bfc98
commit f3effa8258
1 changed files with 1 additions and 1 deletions

View File

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