From bcea3f725ec405014d1fc9d57edea70cdd4d1bcf Mon Sep 17 00:00:00 2001
From: svc-excavator-bot <svc-excavator-bot@palantir.com>
Date: Wed, 18 Dec 2024 16:16:16 +0000
Subject: [PATCH] Excavator:  Render CircleCI file using template specified in
 .circleci/template.sh

---
 .circleci/config.yml                          | 2 +-
 .github/workflows/publish-godel-artifacts.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index f38a4e3..8158dad 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,7 +7,7 @@ version: 2.1
 orbs:
   go-jobs: palantir/go-jobs@0.6.0
 
-image-version: &image-version "cimg/go:1.23.2-browsers"
+image-version: &image-version "cimg/go:1.23.4-browsers"
 
 executors:
   standard-executor:
diff --git a/.github/workflows/publish-godel-artifacts.yml b/.github/workflows/publish-godel-artifacts.yml
index 6e77ce3..4f9773f 100644
--- a/.github/workflows/publish-godel-artifacts.yml
+++ b/.github/workflows/publish-godel-artifacts.yml
@@ -25,7 +25,7 @@ jobs:
         uses: palantir/github-actions/go-dist-info@0.1.0
         with:
           gopath: ${{ steps.set-gopath.outputs.GOPATH }}
-          go-version: go1.23.2
+          go-version: go1.23.4
       - id: restore-go-dist-from-cache
         if: steps.go-dist-info.outputs.go-dist-exists != 'true'
         uses: actions/cache@v4