This is an automated email from the ASF dual-hosted git repository.
tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 579c69c12 chore(lint): upgrade golangci-lint to 1.47.1
579c69c12 is described below
commit 579c69c128a1130d4119b1a3286e72e16634bd2e
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Wed Jul 20 14:48:46 2022 +0900
chore(lint): upgrade golangci-lint to 1.47.1
---
.github/workflows/validate.yml | 2 +-
.golangci.yml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index aee9167dc..f2b068aed 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -46,6 +46,6 @@ jobs:
env:
GOGC: 20
with:
- version: v1.46.2
+ version: v1.47.1
skip-go-installation: true
args: --verbose --deadline 15m --config .golangci.yml
diff --git a/.golangci.yml b/.golangci.yml
index 6623b20f1..bfba2ec93 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -50,6 +50,7 @@ linters:
- nestif
- nilnil
- nlreturn
+ - nosnakecase
- paralleltest
- scopelint
- tagliatelle