Skip to content

Commit 317d1a2

Browse files
Excavator: Render CircleCI file using template specified in .circleci/template.sh (#343)
1 parent a87f73c commit 317d1a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/publish-godel-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: palantir/github-actions/[email protected]
2626
with:
2727
gopath: ${{ steps.set-gopath.outputs.GOPATH }}
28-
go-version: go1.23.2
28+
go-version: go1.23.4
2929
- id: restore-go-dist-from-cache
3030
if: steps.go-dist-info.outputs.go-dist-exists != 'true'
3131
uses: actions/cache@v4

0 commit comments

Comments
 (0)