From f8fbd1c50bd83ae8f57f87613470b8f91c8f95c1 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:14:57 +0200 Subject: [PATCH] Bump Git version on Linux to 2.46.1 (#1406) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump Git version on Linux in the goss test Made with ❤️️ by updatecli * chore: Bump Git version on Linux in the Packer default values 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 46e481982..2a22e36b1 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -11,7 +11,7 @@ docker_buildx_version: 0.14.1 doctl_version: 1.114.0 gh_version: 2.57.0 git_lfs_version: 3.5.1 -git_linux_version: 2.46.0 +git_linux_version: 2.46.1 git_windows_version: 2.46.0 golang_version: 1.23.1 golangcilint_version: 1.55.2 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index e5b30a2c6..1cec9fac7 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -26,7 +26,7 @@ command: exec: git --version exit-status: 0 stdout: - - 2.46.0 + - 2.46.1 golang: exec: go version exit-status: 0