From 1bb65b9f93557c94d7d8d78910ed65fd082f3f68 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Mon, 28 Aug 2023 11:14:24 -0500 Subject: [PATCH] Update GolangCI-lint to v1.54.2 (#12) --- .golangci.yml | 2 +- examples/basic/.golangci.yml | 2 +- pkg/export/.golangci.yml | 2 +- pkg/lib/.golangci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 51d37c0..638783e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -120,6 +120,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.53.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.54.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/examples/basic/.golangci.yml b/examples/basic/.golangci.yml index 51d37c0..638783e 100644 --- a/examples/basic/.golangci.yml +++ b/examples/basic/.golangci.yml @@ -120,6 +120,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.53.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.54.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/pkg/export/.golangci.yml b/pkg/export/.golangci.yml index 51d37c0..638783e 100644 --- a/pkg/export/.golangci.yml +++ b/pkg/export/.golangci.yml @@ -120,6 +120,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.53.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.54.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo" diff --git a/pkg/lib/.golangci.yml b/pkg/lib/.golangci.yml index 51d37c0..638783e 100644 --- a/pkg/lib/.golangci.yml +++ b/pkg/lib/.golangci.yml @@ -120,6 +120,6 @@ issues: # golangci.com configuration # https://github.com/golangci/golangci/wiki/Configuration service: - golangci-lint-version: 1.53.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.54.x # use the fixed version to not introduce new linters unexpectedly prepare: - echo "here I can run custom commands, but no preparation needed for this repo"