From 895aed8f22989a2227026421bc10c1f765c32430 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 16 Mar 2022 02:12:03 -0700 Subject: [PATCH] Update CI to go 1.18 --- .circleci/config.yml | 2 +- .github/issue_template.md | 2 +- .github/workflows/go.yml | 4 ++-- .travis.yml | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) 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/.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. 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: