mirror of
https://github.com/robotn/gohook.git
synced 2024-11-22 11:36:47 +08:00
Update: update CI to go1.20.x
This commit is contained in:
parent
78031794ca
commit
64c6b8bf80
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Go
|
name: Go
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
# build:
|
||||||
|
# name: Build
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
test:
|
test:
|
||||||
# name: build
|
# name: build
|
||||||
strategy:
|
strategy:
|
||||||
@ -10,10 +13,10 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.19
|
- name: Set up Go 1.20
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
go-version: 1.20
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
@ -34,7 +34,7 @@ environment:
|
|||||||
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||||
# - COMPILER: MINGW_W64
|
# - COMPILER: MINGW_W64
|
||||||
# ARCHITECTURE: x64
|
# ARCHITECTURE: x64
|
||||||
GOVERSION: 1.19.1
|
GOVERSION: 1.20.1
|
||||||
# GOPATH: c:\gopath
|
# GOPATH: c:\gopath
|
||||||
|
|
||||||
# scripts that run after cloning repository
|
# scripts that run after cloning repository
|
||||||
|
Loading…
Reference in New Issue
Block a user