From a3dc77c876fbda50a12723014920c337a4a1872f Mon Sep 17 00:00:00 2001 From: apmmachine Date: Sat, 15 Jul 2023 20:04:36 +0000 Subject: [PATCH 1/3] chore: Updated the content of the file "/tmp/updatecli/github/elastic... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /elastic-agent-libs/.go-version" Made with ❤️️ by updatecli --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 7bf9455f..e63679c7 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.20.5 +1.20.6 From f1421e960c962f1b965ce48527dd7e17d7829ddc Mon Sep 17 00:00:00 2001 From: apmmachine Date: Sat, 15 Jul 2023 20:04:37 +0000 Subject: [PATCH 2/3] chore: Updated the content of the file "/tmp/updatecli/github/elastic... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /elastic-agent-libs/go.mod" Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 81eab299..5be0f640 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/elastic-agent-libs -go 1.19 +go 1.20 require ( github.com/Microsoft/go-winio v0.5.2 From 449d1bc1f140b2859d9c89fa1d0d076ac35c0e5f Mon Sep 17 00:00:00 2001 From: apmmachine Date: Sat, 15 Jul 2023 20:04:38 +0000 Subject: [PATCH 3/3] chore: Updated the content of the file "/tmp/updatecli/github/elastic... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /elastic-agent-libs/.golangci.yml" Made with ❤️️ by updatecli --- .golangci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 43c263a3..05e8bdec 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.20.5" + go: "1.20.6" 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.20.5" + go: "1.20.6" # https://staticcheck.io/docs/options#checks checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.20.5" + go: "1.20.6" # https://staticcheck.io/docs/options#checks checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.20.5" + go: "1.20.6" gosec: excludes: