mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
update
This commit is contained in:
parent
7bce957fae
commit
a6275b2acd
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
||||
- name: Golang unpacking...
|
||||
run: sudo tar -C /opt -xzf go1.16.linux-amd64.tar.gz
|
||||
- name: Environment setting...
|
||||
run: export PATH="${PATH}:/opt/go/bin" && export PATH="${PATH}:$(go env GOPATH)/bin"
|
||||
run: export PATH="${PATH}:/opt/go/bin"
|
||||
- name: Golangci installing...
|
||||
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
|
||||
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2
|
||||
- name: Go-peer downloading...
|
||||
run: git clone --depth=1 https://github.com/number571/go-peer.git
|
||||
- name: Go-peer lint running...
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
11576
test/result/coverage.out
11576
test/result/coverage.out
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user