Skip to content

Commit a2cdf63

Browse files
authored
[updatecli][githubrelease] Bump version to 1.19.6 (#2346)
* chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent/Dockerfile" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent/version/docs/version.asciidoc" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent/.golangci.yml" Made with ❤️️ by updatecli * chore: Updated the content of the file "/tmp/updatecli/github/elastic... ... /elastic-agent/.go-version" Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
1 parent 2c8877e commit a2cdf63

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.5
1+
1.19.6

.golangci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ linters-settings:
101101

102102
gosimple:
103103
# Select the Go version to target. The default is '1.13'.
104-
go: "1.19.5"
104+
go: "1.19.6"
105105

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

122122
staticcheck:
123123
# Select the Go version to target. The default is '1.13'.
124-
go: "1.19.5"
124+
go: "1.19.6"
125125
checks: ["all"]
126126

127127
stylecheck:
128128
# Select the Go version to target. The default is '1.13'.
129-
go: "1.19.5"
129+
go: "1.19.6"
130130
checks: ["all"]
131131

132132
unused:
133133
# Select the Go version to target. The default is '1.13'.
134-
go: "1.19.5"
134+
go: "1.19.6"
135135

136136
gosec:
137137
excludes:

Dockerfile

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

44

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.19.5
6+
:go-version: 1.19.6
77
:release-state: unreleased
88
:python: 3.7
99
:docker: 1.12

0 commit comments

Comments
 (0)