mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-08 06:29:35 +00:00
test fix
This commit is contained in:
3
.github/workflows/agent.yml
vendored
3
.github/workflows/agent.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
|||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.10.8
|
go-version: 1.10.8
|
||||||
|
run: |
|
||||||
|
go get -u github.com/StackExchange/wmi
|
||||||
|
go get -u github.com/inconshreveable/mousetrap
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
- go get -v -d ./...
|
- go get -v -d ./...
|
||||||
- go get -u github.com/StackExchange/wmi
|
|
||||||
- go get -u github.com/inconshreveable/mousetrap
|
|
||||||
builds:
|
builds:
|
||||||
- id: nezha-agent
|
- id: nezha-agent
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user