mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
Use go get
This commit is contained in:
parent
e760cbe08c
commit
60379f6f04
1 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
- run:
|
||||
name: Run golangci-lint
|
||||
command: |
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0
|
||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
|
||||
golangci-lint run
|
||||
|
||||
build-linux:
|
||||
|
@ -216,8 +216,14 @@ workflows:
|
|||
jobs:
|
||||
- verify
|
||||
- build-linux
|
||||
requires:
|
||||
- verify
|
||||
- build-macos
|
||||
requires:
|
||||
- verify
|
||||
- build-other
|
||||
requires:
|
||||
- verify
|
||||
- upload:
|
||||
requires:
|
||||
- build-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue