Skip to content

Commit d40ec70

Browse files
author
jasonwalsh
committed
fix: add checkout step to CircleCI config
1 parent 762268d commit d40ec70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ jobs:
33
docker:
44
- image: circleci/golang:1.13.4
55
steps:
6+
- checkout
67
- go/load-cache
78
- go/mod-download
89
- go/save-cache

0 commit comments

Comments
 (0)