mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
update dockerfile to go1.11.1
This commit is contained in:
parent
e6a2085c2a
commit
1e7434c6e8
@ -1,5 +1,5 @@
|
|||||||
# FROM golang:1.10.1
|
# FROM golang:1.10.1
|
||||||
FROM govgo/go:1.10.3
|
FROM govgo/go:1.11.1
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
# customize dependencies
|
# customize dependencies
|
||||||
|
@ -1565,7 +1565,7 @@ func FindNames() ([]string, error) {
|
|||||||
return strArr, err
|
return strArr, err
|
||||||
}
|
}
|
||||||
|
|
||||||
// FindIds finds the all processes named with a subset of "name" (case insensitive),
|
// FindIds finds the all processes named with a subset of "name" (case insensitive),
|
||||||
// return matched IDs.
|
// return matched IDs.
|
||||||
func FindIds(name string) ([]int32, error) {
|
func FindIds(name string) ([]int32, error) {
|
||||||
var pids []int32
|
var pids []int32
|
||||||
|
Loading…
Reference in New Issue
Block a user