Skip to content

Commit

Permalink
Add: add next Linux and Windows files
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Dec 20, 2023
1 parent eacf74f commit 39818d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/images/primary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM golang:1.10.1
FROM golang:1.20.3-stretch AS build
FROM golang:1.21.5-stretch AS build
# FROM govgo/go:1.11.1

RUN apt update && apt install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sudo dnf install xsel xclip
# Bitmap
sudo dnf install libpng-devel

# Hook
# GoHook
sudo dnf install libxkbcommon-devel libxkbcommon-x11-devel xorg-x11-xkb-utils-devel

```
Expand Down
2 changes: 2 additions & 0 deletions wayland_n.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// +bulid linux,next
package robotgo
2 changes: 2 additions & 0 deletions windows_n.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// +bulid windows,next
package robotgo

0 comments on commit 39818d4

Please sign in to comment.