Skip to content

Commit

Permalink
chore(deps): update module mvdan.cc/gofumpt to v0.7.0 (#5021)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 81ab021 commit b8c2051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ go/bin: go/deps
go build $(SANITIZERS) -gcflags="all=-N -l" -o bin/ ./cmd/parca

# renovate: datasource=go depName=mvdan.cc/gofumpt
GOFUMPT_VERSION := v0.6.0
GOFUMPT_VERSION := v0.7.0
gofumpt:
ifeq (, $(shell command -v gofumpt >/dev/null))
go install mvdan.cc/gofumpt@$(GOFUMPT_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EMBEDMD_VERSION='v2.0.0'
go install "github.com/campoy/embedmd/v2@${EMBEDMD_VERSION}"

# renovate: datasource=go depName=mvdan.cc/gofumpt
GOFUMPT_VERSION='v0.6.0'
GOFUMPT_VERSION='v0.7.0'
go install "mvdan.cc/gofumpt@${GOFUMPT_VERSION}"

# renovate: datasource=go depName=github.com/golangci/golangci-lint
Expand Down

0 comments on commit b8c2051

Please sign in to comment.