From 33ca897a78b7f6fcbe284b4fff285461d1a90901 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:19:37 -0800 Subject: [PATCH] Excavator: Render CircleCI file using template specified in .circleci/template.sh (#375) --- .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 1954779a..fb0bd741 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 6e77ce33..4f9773f8 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