From f42516a8f6df155e3109ffccd649489a9d0a47d3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 14 Feb 2026 00:37:25 +0900 Subject: feat(backend): update dependencies --- backend/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/justfile') diff --git a/backend/justfile b/backend/justfile index 2927f38..4207b92 100644 --- a/backend/justfile +++ b/backend/justfile @@ -1,6 +1,6 @@ check: go build -o /dev/null ./... - go run github.com/golangci/golangci-lint/cmd/golangci-lint run + go tool golangci-lint run gen: go generate ./... -- cgit v1.3.1