From 97a92ad2005cddc7e33b9485fa9239f6c23ed8bf Mon Sep 17 00:00:00 2001 From: apmmachine Date: Mon, 12 Dec 2022 03:50:55 +0000 Subject: [PATCH] [Automation] Update go release version to 1.18.9 --- .go-version | 2 +- .golangci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go-version b/.go-version index 1a31d398cf..cafc0b7add 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.18.8 +1.18.9 diff --git a/.golangci.yml b/.golangci.yml index 3588c1bab5..8b675fa8f4 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -95,7 +95,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.18.8" + go: "1.18.9" nakedret: # make an issue if func has more lines of code than this setting and it has naked returns; default is 30 @@ -115,17 +115,17 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.18.8" + go: "1.18.9" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.18.8" + go: "1.18.9" checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.18.8" + go: "1.18.9" gosec: excludes: