diff --git a/.circleci/config.yml b/.circleci/config.yml index f95836bb..8a5562b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: linting: docker: - - image: circleci/golang:1.9 + - image: circleci/golang:1.10 working_directory: /go/src/github.com/filebrowser/filebrowser steps: - checkout @@ -16,6 +16,7 @@ jobs: name: Run linting command: | gometalinter --exclude="rice-box.go" \ + --deadline=300s \ -D goconst \ -D gocyclo \ -D vetshadow \ @@ -24,7 +25,7 @@ jobs: -D gas build: docker: - - image: circleci/golang:1.9 + - image: circleci/golang:1.10 working_directory: /go/src/github.com/filebrowser/filebrowser steps: - checkout @@ -38,7 +39,7 @@ jobs: command: go build deploy: docker: - - image: circleci/golang:1.9 + - image: circleci/golang:1.10 working_directory: /go/src/github.com/filebrowser/filebrowser steps: - checkout diff --git a/rice-box.go.REMOVED.git-id b/rice-box.go.REMOVED.git-id index 2d0d943e..83045a63 100644 --- a/rice-box.go.REMOVED.git-id +++ b/rice-box.go.REMOVED.git-id @@ -1 +1 @@ -bf6bef64f1544a286116fe3a9366ac9addaa2dd5 \ No newline at end of file +26f3e4501e309656047dce1eab98c0a5277681a6 \ No newline at end of file