Skip to content

Commit 743310c

Browse files
chore(deps): update all patch and minor (#903)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99d7031 commit 743310c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ GOLANG_VERSION := 1.23
77

88
.PHONY: fmt
99
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)" .
10+
go run mvdan.cc/gofumpt@v0.7.0 -w $(shell git ls-files **/*.go)
11+
go run github.com/daixiang0/gci@v0.13.5 write -s standard -s default -s "prefix(github.com/mvisonneau)" .
1212

1313
.PHONY: lint
1414
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
15+
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run -v --fast
1616

1717
.PHONY: test
1818
test: ## Run the tests against the codebase

0 commit comments

Comments
 (0)