From e8cffab8d4b8172a3c8cfae0b91788827dd97186 Mon Sep 17 00:00:00 2001 From: obltmachine <150269514+obltmachine@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:04:13 +0000 Subject: [PATCH 1/2] chore: Update .golangci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .golangci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 82076cd1c..eee7c91bb 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.21.11" + go: "1.21.12" 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.21.11" + go: "1.21.12" stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.21.11" + go: "1.21.12" unused: # Select the Go version to target. The default is '1.13'. - go: "1.21.11" + go: "1.21.12" gosec: excludes: From 0cb56b0c68daee4c19e48cff3a714339bc139512 Mon Sep 17 00:00:00 2001 From: obltmachine <150269514+obltmachine@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:04:18 +0000 Subject: [PATCH 2/2] chore: Update .go-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 88863fd8e..26d7b6e75 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.11 +1.21.12