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 (#77)
  • Loading branch information
svc-excavator-bot authored Jan 30, 2020
1 parent a7a13a5 commit a9e7ef7
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.5
version: 1.13.7
<<: *owner-repo
- godel/test:
name: test-go-1.13
executor:
name: go/golang
version: 1.13.5
version: 1.13.7
<<: *owner-repo
- godel/test:
name: test-go-1.12
executor:
name: go/golang
version: 1.12.14
version: 1.12.16
<<: *owner-repo

0 comments on commit a9e7ef7

Please sign in to comment.