Skip to content

Commit

Permalink
Excavator: Render CircleCI file using template specified in .circleci…
Browse files Browse the repository at this point in the history
…/template.sh (#76)
  • Loading branch information
svc-excavator-bot authored and bulldozer-bot[bot] committed Dec 11, 2019
1 parent 80a0611 commit a7a13a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ workflows:
name: verify
executor:
name: go/golang
version: 1.13.4
version: 1.13.5
<<: *owner-repo
- godel/test:
name: test-go-1.13
executor:
name: go/golang
version: 1.13.4
version: 1.13.5
<<: *owner-repo
- godel/test:
name: test-go-1.12
executor:
name: go/golang
version: 1.12.13
version: 1.12.14
<<: *owner-repo

0 comments on commit a7a13a5

Please sign in to comment.