Skip to content

Commit

Permalink
ci: update circleci config (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune authored Jun 4, 2020
1 parent 46d1bb6 commit 1a2be7c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
version: 2
version: 2.1

jobs:
build:
docker:
- image: circleci/golang:1.14

working_directory: /go/src/github.com/lacework/go-sdk
steps:
- checkout
- run: make prepare
- run: make ci

workflows:
build-and-test:
jobs:
- build

0 comments on commit 1a2be7c

Please sign in to comment.