mirror of
https://github.com/davegallant/vpngate.git
synced 2025-08-06 00:33:40 +00:00
Bump dependencies (#82)
* Bump dependencies * Bump golangci lint * Pin go version * Fix make test
This commit is contained in:
5
Makefile
5
Makefile
@@ -5,10 +5,9 @@ build: ## Builds the binary
|
||||
.PHONY: build
|
||||
|
||||
test: ## Run unit tests
|
||||
go get github.com/rakyll/gotest@v0.0.5
|
||||
gotest -v ./...
|
||||
go test -v ./...
|
||||
.PHONY: test
|
||||
|
||||
lint: ## Run lint
|
||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.27.0
|
||||
@go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.27.0
|
||||
golangci-lint run
|
||||
|
Reference in New Issue
Block a user