From 6bc936ce3e722d02696430d313e94c0c4175c22a Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 07:57:50 +0100 Subject: [PATCH] Bump Golang version to 1.23.4 (#1570) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `Golang` version in the goss test Made with ❤️️ by updatecli * chore: Update the `Golang` version in the tools-versions.yml file Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- provisioning/tools-versions.yml | 2 +- tests/goss-linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 88ac68adc..eb5d2fa1f 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -13,7 +13,7 @@ gh_version: 2.63.0 git_lfs_version: 3.6.0 git_linux_version: 2.47.1 git_windows_version: 2.47.1 -golang_version: 1.23.3 +golang_version: 1.23.4 golangcilint_version: 1.55.2 goss_version: 0.4.9 hadolint_version: 2.12.0 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index c9e758191..9063c55bd 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -31,7 +31,7 @@ command: exec: go version exit-status: 0 stdout: - - 1.23.3 + - 1.23.4 golangci-lint: exec: golangci-lint --version exit-status: 0