From 5c16d00258cf6722133a29a01320d9b6849afc83 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:05:55 +0200 Subject: [PATCH] Bump Golang version to 1.23.1 (#1382) 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 ce3c3a0d4..35ca62952 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -13,7 +13,7 @@ gh_version: 2.55.0 git_lfs_version: 3.5.1 git_linux_version: 2.46.0 git_windows_version: 2.46.0 -golang_version: 1.23.0 +golang_version: 1.23.1 golangcilint_version: 1.55.2 goss_version: 0.4.8 hadolint_version: 2.12.0 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index b21395add..3e49b54e7 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.0 + - 1.23.1 golangci-lint: exec: golangci-lint --version exit-status: 0