From cf097e5cb72e57c283ae6a2bc3fef8ace720b4b7 Mon Sep 17 00:00:00 2001 From: svc-excavator-bot Date: Wed, 18 Dec 2024 16:17:29 +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 abee809..e367156 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