Skip to content

Commit

Permalink
Add go module support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie committed Apr 19, 2019
1 parent 2709285 commit 0c9b563
Show file tree
Hide file tree
Showing 585 changed files with 55,482 additions and 121,927 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
jobs:
unit_test:
docker:
- image: checkr/flagr-ci
- image: checkr/flagr-ci:latest
working_directory: /go/src/github.com/checkr/flagr
steps:
- checkout
Expand All @@ -22,6 +22,7 @@ jobs:
- setup_remote_docker:
version: 18.06.0-ce
docker_layer_caching: true
- run: docker pull checkr/flagr-ci:latest
- run: cd integration_tests && make build-image
- run: cd integration_tests && make down
- run: cd integration_tests && make up
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-CI
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:stretch
FROM golang:1.12-stretch

RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
Expand Down
Loading

0 comments on commit 0c9b563

Please sign in to comment.