From acbbd08082f4f9ac7df95f9c9e8e35989f74f65d Mon Sep 17 00:00:00 2001 From: cloudsecmachine <157478105+cloudsecmachine@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:54:29 +0300 Subject: [PATCH] [updatecli] Update Golang version to 1.22.4 (#2265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .go-version | 2 +- bin/{.go-1.22.3.pkg => .go-1.22.4.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- docs/version.asciidoc | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename bin/{.go-1.22.3.pkg => .go-1.22.4.pkg} (100%) diff --git a/.go-version b/.go-version index 89144dbc38..2a0ba77cc5 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.22.3 +1.22.4 diff --git a/bin/.go-1.22.3.pkg b/bin/.go-1.22.4.pkg similarity index 100% rename from bin/.go-1.22.3.pkg rename to bin/.go-1.22.4.pkg diff --git a/bin/go b/bin/go index 764d174f92..27ef99ef1a 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.22.3.pkg \ No newline at end of file +.go-1.22.4.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 764d174f92..27ef99ef1a 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.22.3.pkg \ No newline at end of file +.go-1.22.4.pkg \ No newline at end of file diff --git a/docs/version.asciidoc b/docs/version.asciidoc index acf16a765a..188d7d4bb0 100644 --- a/docs/version.asciidoc +++ b/docs/version.asciidoc @@ -1,6 +1,6 @@ // doc-branch can be: master, 8.1, 8.2, etc. :doc-branch: master -:go-version: 1.22.3 +:go-version: 1.22.4 :python: 3.7 :docker: 1.12 :docker-compose: 1.11