From cbfeecb9df38d98454b674512857b24e9dced350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Mon, 16 Oct 2023 23:00:28 +0200 Subject: [PATCH] MINOR: [Go] Bump go versions for testing nightly tasks (#38289) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What changes are included in this PR? Bump versions of Go for our nightly tests to match supported Go versions ### Are these changes tested? Via archery ### Are there any user-facing changes? No Authored-by: Raúl Cumplido Signed-off-by: Jacob Wujciak-Jens --- dev/tasks/tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index 04afe79d4d906..326c94558a9c2 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -1484,7 +1484,7 @@ tasks: R_PRUNE_DEPS: TRUE image: fedora-r-clang-sanitizer - {% for go_version, staticcheck in [("1.17", "v0.2.2"), ("1.20", "latest")] %} + {% for go_version, staticcheck in [("1.19", "v0.4.5"), ("1.21", "latest")] %} test-debian-11-go-{{ go_version }}: ci: azure template: docker-tests/azure.linux.yml