Skip to content

Commit

Permalink
update circle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Oct 14, 2018
1 parent ac780d2 commit f5e40dc
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 @@ -2,8 +2,8 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.10.3
- image: vault:0.10.4
- image: circleci/golang:1.11.1
- image: vault:0.11.3
environment:
SKIP_SETCAP: true
VAULT_DEV_ROOT_TOKEN_ID: hunter2
Expand All @@ -29,7 +29,7 @@ jobs:
command: go test -cover -v ./...
deploy:
docker:
- image: circleci/golang:1.10.3
- image: circleci/golang:1.11.1
working_directory: /go/src/github.com/Lingrino/vaku
steps:
- checkout
Expand Down

0 comments on commit f5e40dc

Please sign in to comment.