mirror of
https://github.com/robotn/gohook.git
synced 2024-11-24 05:13:17 +08:00
Compare commits
1 Commits
f46a1d3a41
...
9cce2ea897
Author | SHA1 | Date | |
---|---|---|---|
|
9cce2ea897 |
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.22.0
|
||||
- name: Set up Go 1.21.0
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.22.0
|
||||
go-version: 1.21.0
|
||||
id: go
|
||||
|
||||
- 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%
|
||||
# - COMPILER: MINGW_W64
|
||||
# ARCHITECTURE: x64
|
||||
GOVERSION: 1.22.0
|
||||
GOVERSION: 1.21.0
|
||||
# GOPATH: c:\gopath
|
||||
|
||||
# scripts that run after cloning repository
|
||||
|
Loading…
Reference in New Issue
Block a user