mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-10 02:23:54 +00:00
update work path
This commit is contained in:
parent
62a2472ed1
commit
26e0b82abc
@ -5,7 +5,7 @@ jobs:
|
||||
docker:
|
||||
# using custom image, see .circleci/images/primary/Dockerfile
|
||||
- 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:
|
||||
- checkout
|
||||
# specify any bash command here prefixed with `run: `
|
||||
|
@ -65,7 +65,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.48.0.540, Ben Nevis!"
|
||||
version string = "v0.48.0.544, Ben Nevis!"
|
||||
)
|
||||
|
||||
type (
|
||||
|
Loading…
Reference in New Issue
Block a user