From 94519c269039990dc022f52a5ed5fb93b2f3ebd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksa=20Siri=C5=A1ki?= <31509435+aleksasiriski@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:38:10 +0200 Subject: [PATCH] chore: switch air github url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cdc75745..588e0ca8 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ install: go get ./... go install github.com/dmarkham/enumer@latest go generate ./... - go install github.com/cosmtrek/air@latest + go install github.com/air-verse/air@latest compile: CGO_ENABLED=0 go build -ldflags "-s -w" -trimpath ./src/...