Update the version of Go used for cross_task

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2023-04-18 20:45:01 +02:00
parent 0fc6a523b4
commit 42f5e4a491
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ vendor_task:
cross_task:
container:
image: golang:1.17
image: golang:1.18
build_script: make cross
@ -182,6 +182,6 @@ success_task:
- vendor
- cross
container:
image: golang:1.17
image: golang:1.18
clone_script: 'mkdir -p "$CIRRUS_WORKING_DIR"' # Source code not needed
script: /bin/true