From 15592cf0ae9a03cbe693bec4cc66fe188a15c035 Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Thu, 5 Sep 2024 11:04:30 -0500 Subject: [PATCH] chore: upgrade go toolchain to 1.21.12 (#25198) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 236fa7d747..ec22f636fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: parameters: cross-container-tag: type: string - default: go1.21.10-latest + default: go1.21.12-latest workflow: type: string