Skip to content

Commit b7a8a56

Browse files
committed
update golangci-lint to v1.44.0
Signed-off-by: Carlos Panato <[email protected]>
1 parent f431b0b commit b7a8a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-golangci-lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
VERSION=v1.38.0
21+
VERSION=v1.44.0
2222
URL_BASE=https://raw.githubusercontent.com/golangci/golangci-lint
2323
URL=$URL_BASE/$VERSION/install.sh
2424

0 commit comments

Comments
 (0)