Skip to content

Commit 0c57d1b

Browse files
Excavator: Render CircleCI file using template specified in .circleci/template.sh (#18)
1 parent a4a555a commit 0c57d1b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# This file was generated by the excavator check 'excavator/manage-circleci' as specified in .circleci/template.sh.
2+
# To request a modification to the general template, file an issue on Excavator.
3+
# To manually manage the CircleCI configuration for this project, remove the .circleci/template.sh file.
4+
15
owner-repo: &owner-repo
26
owner-repo: palantir/go-oauth2-client
37

48
version: 2.1
59

610
orbs:
711
go: palantir/[email protected]
8-
godel: palantir/[email protected].12
12+
godel: palantir/[email protected].11
913

1014
workflows:
1115
version: 2
@@ -15,17 +19,17 @@ workflows:
1519
name: verify
1620
executor:
1721
name: go/golang
18-
version: 1.13.3
22+
version: 1.13.4
1923
<<: *owner-repo
2024
- godel/test:
2125
name: test-go-1.13
2226
executor:
2327
name: go/golang
24-
version: 1.13.3
28+
version: 1.13.4
2529
<<: *owner-repo
2630
- godel/test:
2731
name: test-go-1.12
2832
executor:
2933
name: go/golang
30-
version: 1.12.12
34+
version: 1.12.13
3135
<<: *owner-repo

0 commit comments

Comments
 (0)