Makefile: Switch minimum Go to 1.22

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2024-08-29 17:16:57 -04:00
parent c6bf1d3d28
commit 7f2b82e662
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -94,8 +94,7 @@ ifneq "$(INCUS_OFFLINE)" ""
exit 1
endif
$(GO) get -t -v -d -u ./...
$(GO) get github.com/go-acme/lego/v4@v4.16.1
$(GO) mod tidy --go=1.21
$(GO) mod tidy --go=1.22
$(GO) get toolchain@none
@echo "Dependencies updated"