This is an automated email from the ASF dual-hosted git repository.

assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 85671b3690 MINOR: [Go] Bump go versions for testing nightly tasks 
(#38289)
85671b3690 is described below

commit 85671b3690e2ca6cfa1bc510d1da3c9b7887761c
Author: Raúl Cumplido <[email protected]>
AuthorDate: Mon Oct 16 23:00:28 2023 +0200

    MINOR: [Go] Bump go versions for testing nightly tasks (#38289)
    
    ### 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 <[email protected]>
    Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
 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 04afe79d4d..326c94558a 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

Reply via email to