From 9b5c325a61958c99c6e70c42e964cb84e8c43537 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Mon, 12 Sep 2022 04:01:25 +0000 Subject: [PATCH] [Automation] Update go release version to 1.18.6 --- .go-version | 2 +- .golangci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go-version b/.go-version index 8e8b0a9335..04a8bc26d1 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.18.5 +1.18.6 diff --git a/.golangci.yml b/.golangci.yml index 260ef1ec5c..9ef06cdffe 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -87,7 +87,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.18.5" + go: "1.18.6" nakedret: # make an issue if func has more lines of code than this setting and it has naked returns; default is 30 @@ -121,15 +121,15 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.18.5" + go: "1.18.6" stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.18.5" + go: "1.18.6" unused: # Select the Go version to target. The default is '1.13'. - go: "1.18.5" + go: "1.18.6" gosec: excludes: