We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d7031 commit 743310cCopy full SHA for 743310c
1 file changed
Makefile
@@ -7,12 +7,12 @@ GOLANG_VERSION := 1.23
7
8
.PHONY: fmt
9
fmt: ## Format source code
10
- go run mvdan.cc/gofumpt@v0.5.0 -w $(shell git ls-files **/*.go)
11
- go run github.com/daixiang0/gci@v0.11.2 write -s standard -s default -s "prefix(github.com/mvisonneau)" .
+ go run mvdan.cc/gofumpt@v0.7.0 -w $(shell git ls-files **/*.go)
+ go run github.com/daixiang0/gci@v0.13.5 write -s standard -s default -s "prefix(github.com/mvisonneau)" .
12
13
.PHONY: lint
14
lint: ## Run all lint related tests upon the codebase
15
- go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2 run -v --fast
+ go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run -v --fast
16
17
.PHONY: test
18
test: ## Run the tests against the codebase
0 commit comments