From efa0a87ca4d2eeb394ed589beac940b2acd80225 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 8 Feb 2025 20:04:55 +0000 Subject: [PATCH 1/7] 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 967b6389f..45b96b61a 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -93,7 +93,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.22.12" nakedret: @@ -114,17 +114,17 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.22.12" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.22.12" checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.22.12" gosec: excludes: From 700ffa826403ef428239a31c8ad8ae1cf9cb8edf Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 8 Feb 2025 20:05:00 +0000 Subject: [PATCH 2/7] 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 69793879c..fda2152c8 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.11 \ No newline at end of file +1.22.12 \ No newline at end of file From 8ccf3b87d21ee9a36510d72bac4bea185cd56aa0 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 5 Apr 2025 20:05:24 +0000 Subject: [PATCH 3/7] 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 fda2152c8..5a0432029 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.12 \ No newline at end of file +1.23.8 \ No newline at end of file From 2a905fc08cfca83fefc00f2380ae44b7e8f7da3b Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 5 Apr 2025 20:05:30 +0000 Subject: [PATCH 4/7] chore: Update go.mod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 26e1a05ce..72d94db74 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/elastic-agent-system-metrics -go 1.22 +go 1.23 require ( github.com/docker/docker v26.1.5+incompatible From a8f02f06efd0805929a48be1d252b1412509f62c Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 5 Apr 2025 20:05:36 +0000 Subject: [PATCH 5/7] 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 45b96b61a..4a79048f1 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -93,7 +93,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.22.12" + go: "1.23.8" nakedret: @@ -114,17 +114,17 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.12" + go: "1.23.8" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.12" + go: "1.23.8" checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.22.12" + go: "1.23.8" gosec: excludes: From 6d6bac54712f0d1ee56050f46d2cc076c94c2bc5 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 10 May 2025 20:05:37 +0000 Subject: [PATCH 6/7] 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 4a79048f1..e505aca58 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -93,7 +93,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.23.8" + go: "1.23.9" nakedret: @@ -114,17 +114,17 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.23.8" + go: "1.23.9" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.23.8" + go: "1.23.9" checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.23.8" + go: "1.23.9" gosec: excludes: From f6f3878949b405fbce3b5326936376339b319e68 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 10 May 2025 20:05:43 +0000 Subject: [PATCH 7/7] 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 82bfa5ce3..63f23d2af 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.8 +1.23.9