Merge pull request #786 from shirou/feature/change_circleci_1_11

change cirleci version to 1.11
pull/789/head
shirou 6 years ago committed by GitHub
commit 44ad96e2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
test: test:
docker: docker:
- image: circleci/golang:1.9 - image: circleci/golang:1.11
working_directory: /home/circleci/go/src/github.com/shirou/gopsutil working_directory: /home/circleci/go/src/github.com/shirou/gopsutil
environment: environment:
GOPATH: /home/circleci/go GOPATH: /home/circleci/go

Loading…
Cancel
Save