Bump golangci-lint to 1.55.1

This commit is contained in:
IamTheFij 2023-10-26 14:27:19 -07:00
parent af6aad5af8
commit 81e75fa575
1 changed files with 1 additions and 1 deletions

View File

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