update work path

This commit is contained in:
vcaesar 2018-04-02 19:16:54 +08:00
parent 62a2472ed1
commit 26e0b82abc
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ jobs:
docker: docker:
# using custom image, see .circleci/images/primary/Dockerfile # using custom image, see .circleci/images/primary/Dockerfile
- image: govgo/robotgoci:1.10.1 - image: govgo/robotgoci:1.10.1
working_directory: /go/src/github.com/go-vgo/robotgo working_directory: /gopath/src/github.com/go-vgo/robotgo
steps: steps:
- checkout - checkout
# specify any bash command here prefixed with `run: ` # specify any bash command here prefixed with `run: `

View File

@ -65,7 +65,7 @@ import (
) )
const ( const (
version string = "v0.48.0.540, Ben Nevis!" version string = "v0.48.0.544, Ben Nevis!"
) )
type ( type (