From 774783c023d7c003358aa4914d56e17506762a7c Mon Sep 17 00:00:00 2001 From: cloudsecmachine <157478105+cloudsecmachine@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:00:57 +0200 Subject: [PATCH] [updatecli] main - Update Golang version to 1.23.3 (#2725) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update .go-version with Golang version 1.23.3 Made with ❤️️ by updatecli * chore: Update version.asciidoc with Golang version 1.23.3 Made with ❤️️ by updatecli * chore: Update hermit with Golang version 1.23.3 Made with ❤️️ by updatecli --- .go-version | 2 +- bin/{.go-1.23.2.pkg => .go-1.23.3.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- docs/version.asciidoc | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename bin/{.go-1.23.2.pkg => .go-1.23.3.pkg} (100%) diff --git a/.go-version b/.go-version index 14bee92c9e..ac1df3fce3 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.2 +1.23.3 diff --git a/bin/.go-1.23.2.pkg b/bin/.go-1.23.3.pkg similarity index 100% rename from bin/.go-1.23.2.pkg rename to bin/.go-1.23.3.pkg diff --git a/bin/go b/bin/go index 4644de32a4..a1a9b7edb4 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.23.2.pkg \ No newline at end of file +.go-1.23.3.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 4644de32a4..a1a9b7edb4 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.23.2.pkg \ No newline at end of file +.go-1.23.3.pkg \ No newline at end of file diff --git a/docs/version.asciidoc b/docs/version.asciidoc index 9450ef5d5f..e30dffb1e1 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.23.2 +:go-version: 1.23.3 :python: 3.7 :docker: 1.12 :docker-compose: 1.11