diff options
author | Robin Jarry <robin@jarry.cc> | 2023-04-23 17:11:59 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-04-24 09:49:00 +0200 |
commit | 8e39fbd80869d5c80ff339498e6b06341f9f00af (patch) | |
tree | 85a114ba48bd16b265fa843065f433b949c37507 /Makefile | |
parent | 59ce0a11911d7b5fbda6a91b900aabebae55cbea (diff) | |
download | aerc-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |