aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-04-23 17:11:59 +0200
committerRobin Jarry <robin@jarry.cc>2023-04-24 09:49:00 +0200
commit8e39fbd80869d5c80ff339498e6b06341f9f00af (patch)
tree85a114ba48bd16b265fa843065f433b949c37507 /Makefile
parent59ce0a11911d7b5fbda6a91b900aabebae55cbea (diff)
downloadaerc-8e39fbd80869d5c80ff339498e6b06341f9f00af.tar.gz
mod: update all dependencies
Result of the following commands: go get -u -t go mod tidy -compat=1.18 I also updated gofumpt version in the makefile. golangci-lint cannot be updated to 1.52.* which requires go 1.19 or later. Aerc has a minimum required version of 1.18. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4fe6456c..b3d42de0 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ dev:
$(MAKE) aerc BUILD_OPTS="-trimpath -race"
GORACE="log_path=race.log strip_path_prefix=git.sr.ht/~rjarry/aerc/" ./aerc
-gofumpt_tag = v0.4.0
+gofumpt_tag = v0.5.0
.PHONY: fmt
fmt: