Skip to content

Commit

Permalink
[updatecli] Bump Golang version to 1.22.10 (#196)
Browse files Browse the repository at this point in the history
### What
Bump go release version with the latest release.

### Further details
See
[changelog](https://github.com/golang/go/issues?q=milestone%3AGo1.22.10+label%3ACherryPickApproved)
for 1.22.10
Generated automatically with
https://github.com/elastic/elastic-agent-system-metrics/actions/runs/12215726632

Co-authored-by: obltmachine <obltmachine@users.noreply.github.com>
Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent b0ba118 commit 76d05d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.9
1.22.10
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
go: "1.22.9"
go: "1.22.10"

nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
Expand All @@ -113,17 +113,17 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.22.9"
go: "1.22.10"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.22.9"
go: "1.22.10"
checks: ["all"]

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.22.9"
go: "1.22.10"

gosec:
excludes:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elastic/elastic-agent-system-metrics

go 1.22.8
go 1.22

require (
github.com/docker/docker v26.1.5+incompatible
Expand Down

0 comments on commit 76d05d1

Please sign in to comment.