Skip to content

Commit d3205ec

Browse files
[Automation] Bump Golang version to 1.22.6 (#5305) (#5314)
* chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli * chore: Update version.asciidoc Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 3e9ee6b) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e8ec5db commit d3205ec

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.5
1+
1.22.6

.golangci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ linters-settings:
121121

122122
gosimple:
123123
# Select the Go version to target. The default is '1.13'.
124-
go: "1.22.5"
124+
go: "1.22.6"
125125

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

142142
staticcheck:
143143
# Select the Go version to target. The default is '1.13'.
144-
go: "1.22.5"
144+
go: "1.22.6"
145145
checks: ["all"]
146146

147147
stylecheck:
148148
# Select the Go version to target. The default is '1.13'.
149-
go: "1.22.5"
149+
go: "1.22.6"
150150
checks: ["all"]
151151

152152
unused:
153153
# Select the Go version to target. The default is '1.13'.
154-
go: "1.22.5"
154+
go: "1.22.6"
155155

156156
gosec:
157157
excludes:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.22.5
1+
ARG GO_VERSION=1.22.6
22
FROM circleci/golang:${GO_VERSION}
33

44

Dockerfile.skaffold

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.22.5
1+
ARG GO_VERSION=1.22.6
22
ARG crossbuild_image="docker.elastic.co/beats-dev/golang-crossbuild"
33
ARG AGENT_VERSION=8.9.0-SNAPSHOT
44
ARG AGENT_IMAGE="docker.elastic.co/beats/elastic-agent"

version/docs/version.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// FIXME: once elastic.co docs have been switched over to use `main`, remove
44
// the `doc-site-branch` line below as well as any references to it in the code.
55
:doc-site-branch: master
6-
:go-version: 1.22.5
6+
:go-version: 1.22.6
77
:release-state: unreleased
88
:python: 3.7
99
:docker: 1.12

0 commit comments

Comments
 (0)