From b6bad7a79cedf3ebc2b9d26dd345c6b9184a7400 Mon Sep 17 00:00:00 2001 From: "reactor-production[bot]" <77807400+reactor-production[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:39:20 -0800 Subject: [PATCH] feat(bootstrap): v8.5.1 (#142) Co-authored-by: bootstrapabot[bot] <97222+reactor-production[bot]@users.noreply.github.com> --- bootstrap.lock | 6 +++--- scripts/golangci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.lock b/bootstrap.lock index 2598ace..9a4126c 100644 --- a/bootstrap.lock +++ b/bootstrap.lock @@ -1,6 +1,6 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # vim: set syntax=yaml: -version: v7.44.2 -generated: 2021-10-20T21:53:30Z +version: v8.5.1 +generated: 2021-11-07T00:35:29Z versions: - devbase: v1.28.2 + devbase: v1.29.3 diff --git a/scripts/golangci.yml b/scripts/golangci.yml index 93935ca..5780503 100644 --- a/scripts/golangci.yml +++ b/scripts/golangci.yml @@ -34,7 +34,7 @@ linters-settings: disabled-checks: - whyNoLint funlen: - lines: 50 + lines: 500 statements: 50 linters: