build: upgrade to latest crossbuilder (#23273)
- Upgrades Go 1.18 -> 1.18.1 - Upgrades Rust 1.53 -> 1.58.1 - Fixes an issue with OSXCross and Darwin builds. This results in the new minimum OSX version being `MacOSX10.14`/`darwin18`pull/21125/head
parent
1d268cf9c3
commit
753f503424
|
@ -6,7 +6,7 @@ parameters:
|
|||
# when updating the go version, should also update the go version in go.mod
|
||||
description: docker tag for cross build container from quay.io . Created by https://github.com/influxdata/edge/tree/master/dockerfiles/cross-builder .
|
||||
type: string
|
||||
default: go1.18-62da560a25c021668f39bc4d10f936cef93140f9
|
||||
default: go1.18.1-52b299506343dfbb3f138d8a740bcfd0d97c1888
|
||||
|
||||
commands:
|
||||
install_rust:
|
||||
|
|
Loading…
Reference in New Issue