diff --git a/.go-version b/.go-version index 98adfe8e122..6681c8c19ab 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.19.7 +1.19.8 diff --git a/.golangci.yml b/.golangci.yml index 8957c7d6429..a52e8ade416 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -101,7 +101,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.19.7" + go: "1.19.8" nakedret: # 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: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.19.7" + go: "1.19.8" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.19.7" + go: "1.19.8" checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.19.7" + go: "1.19.8" gosec: excludes: diff --git a/Dockerfile b/Dockerfile index 479720cddef..96019172216 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.19.7 +ARG GO_VERSION=1.19.8 FROM circleci/golang:${GO_VERSION} diff --git a/version/docs/version.asciidoc b/version/docs/version.asciidoc index 7720cd25faf..89a8d6d548a 100644 --- a/version/docs/version.asciidoc +++ b/version/docs/version.asciidoc @@ -3,7 +3,7 @@ // FIXME: once elastic.co docs have been switched over to use `main`, remove // the `doc-site-branch` line below as well as any references to it in the code. :doc-site-branch: master -:go-version: 1.19.7 +:go-version: 1.19.8 :release-state: unreleased :python: 3.7 :docker: 1.12