mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-29 21:43:55 +00:00
Update CI to go 1.18
This commit is contained in:
parent
6bf430b1cd
commit
895aed8f22
@ -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
|
||||
|
2
.github/issue_template.md
vendored
2
.github/issue_template.md
vendored
@ -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 -->
|
||||
|
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user