Bump dependencies (#82)

* Bump dependencies

* Bump golangci lint

* Pin go version

* Fix make test
This commit is contained in:
Dave Gallant
2022-10-03 20:02:47 -07:00
committed by GitHub
parent 5fb1c95141
commit da5c1ac3cd
4 changed files with 65 additions and 414 deletions

View File

@@ -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