chore: upgrade to go 1.21.8 (main-2.x) (#24757)
* chore: upgrade to go 1.21.8 (main-2.x) * chore(ci): update PyYAML to compatible version with latest cython https://github.com/yaml/pyyaml/issues/601pull/24699/head
parent
88345c3e9d
commit
80488919a5
|
@ -7,7 +7,7 @@ orbs:
|
|||
parameters:
|
||||
cross-container-tag:
|
||||
type: string
|
||||
default: go1.21.6-latest
|
||||
default: go1.21.8-latest
|
||||
|
||||
workflow:
|
||||
type: string
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
PyYAML==6.0
|
||||
PyYAML==6.0.1
|
||||
regex==2023.6.3
|
||||
|
|
Loading…
Reference in New Issue