You've already forked armbian-router
mirror of
https://github.com/armbian/armbian-router.git
synced 2026-01-06 10:37:03 -08:00
Use go install for golint
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
go version
|
||||
go get -u golang.org/x/lint/golint
|
||||
go install -mod=mod golang.org/x/lint/golint
|
||||
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
|
||||
|
||||
# Run vet & lint on the code
|
||||
|
||||
Reference in New Issue
Block a user