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/601
pull/24699/head
Jakub Bednář 2024-03-12 18:11:39 +01:00 committed by GitHub
parent 88345c3e9d
commit 80488919a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ orbs:
parameters:
cross-container-tag:
type: string
default: go1.21.6-latest
default: go1.21.8-latest
workflow:
type: string

View File

@ -1,2 +1,2 @@
PyYAML==6.0
PyYAML==6.0.1
regex==2023.6.3