Skip to content

Commit

Permalink
initial very rough gke support + moving to dep and go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Sep 25, 2018
1 parent d7112ee commit c4bdc2b
Show file tree
Hide file tree
Showing 8 changed files with 736 additions and 324 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ jobs:
working_directory: /go/src/github.com/reactiveops/rbac-lookup

docker:
- image: circleci/golang:1.10
- image: circleci/golang:1.11

steps:
- checkout
- run: curl https://glide.sh/get | sh
- run: glide install
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: dep ensure
- run: go test -v ./lookup/...

release:
Expand Down
Loading

0 comments on commit c4bdc2b

Please sign in to comment.