diff --git a/.circleci/config.yml b/.circleci/config.yml
index b88fd25..89deecf 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
     docker:
       # using custom image, see .circleci/images/primary/Dockerfile
       # - image: govgo/robotgoci:1.10.3
-      - image: golang:1.17.6
+      - image: golang:1.17.8
     working_directory: /gopath/src/github.com/go-vgo/robotgo
     steps:
       - checkout
diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile
index bddffdb..f7e6b9d 100644
--- a/.circleci/images/primary/Dockerfile
+++ b/.circleci/images/primary/Dockerfile
@@ -1,5 +1,5 @@
 # FROM golang:1.10.1
-FROM golang:1.17.7-stretch AS build
+FROM golang:1.17.8-stretch AS build
 # FROM govgo/go:1.11.1
 
 RUN apt update && apt install -y --no-install-recommends \
diff --git a/.github/issue_template.md b/.github/issue_template.md
index 507ae81..3606506 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -1,4 +1,4 @@
-1. Please **speak English**, this is the language everybody of us can speak and write.
+1. Please **speak English (English only)**, this is the language everybody of us can speak and write.
 2. Please take a moment to **search** that an issue **doesn't already exist**.
 3. Please make sure `Golang, GCC` is installed correctly before installing RobotGo.
 <!-- 4. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-vgo/robotgo -->
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index f64bda7..c3d5ae6 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -10,10 +10,10 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     steps:
-      - name: Set up Go 1.17
+      - name: Set up Go 1.18
         uses: actions/setup-go@v1
         with:
-          go-version: 1.17
+          go-version: 1.18
         id: go
 
       - name: Check out code into the Go module directory
diff --git a/.travis.yml b/.travis.yml
index ca8107c..e3651e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,8 @@ go:
   # - 1.14.x
   # - 1.15.x
   # - 1.16.x
-  - 1.17.x
+  # - 1.17.x
+  - 1.18.x
   # - tip
 
 addons:
diff --git a/appveyor.yml b/appveyor.yml
index 8f2e9a5..327bd35 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -34,7 +34,7 @@ environment:
       PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
   # - COMPILER: MINGW_W64
   #   ARCHITECTURE: x64
-  GOVERSION: 1.17.7
+  GOVERSION: 1.17.8
   # GOPATH: c:\gopath
 
 # scripts that run after cloning repository