mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
add CI go1.13 support
This commit is contained in:
parent
7579a78d3c
commit
735c121307
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ go:
|
|||
# - 1.10.x
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
# - tip
|
||||
|
||||
addons:
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ environment:
|
|||
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||
# - COMPILER: MINGW_W64
|
||||
# ARCHITECTURE: x64
|
||||
GOVERSION: 1.12.9
|
||||
GOVERSION: 1.13
|
||||
# GOPATH: c:\gopath
|
||||
|
||||
# scripts that run after cloning repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue