From 5c9cb81f62052d78f05d9752d3f90f4526fd87ec Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Tue, 22 Apr 2025 14:46:20 -0400 Subject: [PATCH] chore: update to go 1.23.8 (1.11) (#26310) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a23296301..062c48df4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,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.23.5-latest + default: go1.23.8-latest workflow: type: string