mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-10 18:23:54 +00:00
update work path
This commit is contained in:
parent
62a2472ed1
commit
26e0b82abc
@ -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: `
|
||||||
|
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user