Skip to content

Commit 39818d4

Browse files
committed
Add: add next Linux and Windows files
1 parent eacf74f commit 39818d4

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.circleci/images/primary/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FROM golang:1.10.1
2-
FROM golang:1.20.3-stretch AS build
2+
FROM golang:1.21.5-stretch AS build
33
# FROM govgo/go:1.11.1
44

55
RUN apt update && apt install -y --no-install-recommends \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ sudo dnf install xsel xclip
127127
# Bitmap
128128
sudo dnf install libpng-devel
129129

130-
# Hook
130+
# GoHook
131131
sudo dnf install libxkbcommon-devel libxkbcommon-x11-devel xorg-x11-xkb-utils-devel
132132

133133
```

wayland_n.go

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// +bulid linux,next
2+
package robotgo

windows_n.go

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// +bulid windows,next
2+
package robotgo

0 commit comments

Comments
 (0)