Skip to content

Commit

Permalink
chore: upgrade to go 1.21.8 (main-2.x) (#24757)
Browse files Browse the repository at this point in the history
* chore: upgrade to go 1.21.8 (main-2.x)

* chore(ci): update PyYAML to compatible version with latest cython yaml/pyyaml#601
  • Loading branch information
bednar committed Mar 12, 2024
1 parent 88345c3 commit 8048891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
parameters:
cross-container-tag:
type: string
default: go1.21.6-latest
default: go1.21.8-latest

workflow:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .circleci/scripts/package/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyYAML==6.0
PyYAML==6.0.1
regex==2023.6.3

0 comments on commit 8048891

Please sign in to comment.