Skip to content

Commit

Permalink
MINOR: [Go] Bump go versions for testing nightly tasks (apache#38289)
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
raulcd authored and dgreiss committed Feb 17, 2024
1 parent e86924d commit cbfeecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbfeecb

Please sign in to comment.