Skip to content

Commit

Permalink
Merge pull request #154 from keel-hq/feature/force_update
Browse files Browse the repository at this point in the history
[:alpha available] Feature/force update
  • Loading branch information
rusenask authored Mar 9, 2018
2 parents e6824fa + 73ac870 commit 7d7580d
Show file tree
Hide file tree
Showing 8,697 changed files with 298,966 additions and 4,331,564 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.8.3
- image: circleci/golang:1.9.3

#### TEMPLATE_NOTE: go expects specific checkout path representing url
#### expecting it in the form of
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.9.2
FROM golang:1.9.3
COPY . /go/src/github.com/keel-hq/keel
WORKDIR /go/src/github.com/keel-hq/keel
RUN make install
Expand Down
Loading

0 comments on commit 7d7580d

Please sign in to comment.