mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
test fix
This commit is contained in:
parent
84ba9dc98b
commit
222c119e54
3
.github/workflows/agent.yml
vendored
3
.github/workflows/agent.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.10.8
|
||||
run: |
|
||||
go get -u github.com/StackExchange/wmi
|
||||
go get -u github.com/inconshreveable/mousetrap
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
@ -1,8 +1,6 @@
|
||||
before:
|
||||
hooks:
|
||||
- go get -v -d ./...
|
||||
- go get -u github.com/StackExchange/wmi
|
||||
- go get -u github.com/inconshreveable/mousetrap
|
||||
builds:
|
||||
- id: nezha-agent
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user