mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.14
|
- name: Set up Go 1.15
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.14
|
go-version: 1.15
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
@ -12,7 +12,8 @@ go:
|
|||||||
# - 1.11.x
|
# - 1.11.x
|
||||||
# - 1.12.x
|
# - 1.12.x
|
||||||
# - 1.13.x
|
# - 1.13.x
|
||||||
- 1.14.x
|
# - 1.14.x
|
||||||
|
- 1.15.x
|
||||||
# - tip
|
# - tip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user