Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-09 16:37:51 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:25:23 +0300
commit35957b0fcc205198cffaaed03f0b095ba813e9b9 (patch)
tree2309f544ba46b4f431103dd913c3d6b3b4dbb545
parenta96c8e3dabb49bf58d90abcccecde16dad51da53 (diff)
Makefile: Update goimports to v0.1.11
Update goimports to v0.1.11. The most important change in our context is that it now uses a cache, which "should speed up goimports -w *.go dramatically in cases where imports need to be added" (0133cac3 (cmd/goimports: reuse cached state, 2019-05-06)).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fcb7549e..d9c4db8e7 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ GOLANGCI_LINT_VERSION ?= 1.46.1
PROTOLINT_VERSION ?= 0.38.1
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOFUMPT_VERSION ?= 0.3.1
-GOIMPORTS_VERSION ?= 2538eef75904eff384a2551359968e40c207d9d2
+GOIMPORTS_VERSION ?= v0.1.10
GOTESTSUM_VERSION ?= v1.7.0
GO_LICENSES_VERSION ?= v1.0.0
# https://pkg.go.dev/github.com/protocolbuffers/protobuf