From 0dc6cbf4d92c07cb23aec6e9609e8f3f275bcd11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:19:36 +0000 Subject: [PATCH] [Automation] Bump Golang version to 1.22.9 (#5972) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update version.asciidoc Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update from dockerfiles Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .go-version | 2 +- .golangci.yml | 8 ++++---- Dockerfile | 2 +- Dockerfile.skaffold | 2 +- version/docs/version.asciidoc | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.go-version b/.go-version index 229a27c6f20..d28b1eb8f3f 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.8 +1.22.9 diff --git a/.golangci.yml b/.golangci.yml index ba7166b4963..a29bfe441e9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -120,7 +120,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.22.8" + go: "1.22.9" nolintlint: # Enable to ensure that nolint directives are all used. Default is true. @@ -136,17 +136,17 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.8" + go: "1.22.9" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.8" + go: "1.22.9" checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.22.8" + go: "1.22.9" gosec: excludes: diff --git a/Dockerfile b/Dockerfile index 006fe6dae5f..187797ed105 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.22.8 +ARG GO_VERSION=1.22.9 FROM circleci/golang:${GO_VERSION} diff --git a/Dockerfile.skaffold b/Dockerfile.skaffold index c3b8a22ab1b..3191cd83fa9 100644 --- a/Dockerfile.skaffold +++ b/Dockerfile.skaffold @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.22.8 +ARG GO_VERSION=1.22.9 ARG crossbuild_image="docker.elastic.co/beats-dev/golang-crossbuild" ARG AGENT_VERSION=8.9.0-SNAPSHOT ARG AGENT_IMAGE="docker.elastic.co/beats/elastic-agent" diff --git a/version/docs/version.asciidoc b/version/docs/version.asciidoc index 4baf03aff88..8a3c47b594e 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.22.8 +:go-version: 1.22.9 :release-state: unreleased :python: 3.7 :docker: 1.12