mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
update go.yml and travis.yml to go1.15
This commit is contained in:
parent
8ea6d8e59d
commit
1f047c8524
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.14
|
||||
- name: Set up Go 1.15
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.14
|
||||
go-version: 1.15
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
@ -12,7 +12,8 @@ go:
|
||||
# - 1.11.x
|
||||
# - 1.12.x
|
||||
# - 1.13.x
|
||||
- 1.14.x
|
||||
# - 1.14.x
|
||||
- 1.15.x
|
||||
# - tip
|
||||
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user