From 4e61f1e147360f4a3f5676ced8b8daf8c10de8e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:41:15 +0200 Subject: [PATCH] [updatecli][shell] Bump version to 1.21 (#217) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent-libs/.golangci.yml" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent-libs/.go-version" Made with ❤️️ by updatecli --------- Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com> --- .go-version | 2 +- .golangci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go-version b/.go-version index 88863fd..26d7b6e 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.11 +1.21.12 diff --git a/.golangci.yml b/.golangci.yml index 72cbf91..349cb7e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -83,7 +83,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 @@ -117,19 +117,19 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.21.11" + go: "1.21.12" # https://staticcheck.io/docs/options#checks checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.21.11" + go: "1.21.12" # https://staticcheck.io/docs/options#checks checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.21.11" + go: "1.21.12" gosec: excludes: