aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-14 00:37:25 +0900
committernsfisis <nsfisis@gmail.com>2026-02-14 00:37:25 +0900
commitf42516a8f6df155e3109ffccd649489a9d0a47d3 (patch)
tree76ab38966c154a3138c690892cbfbfacbc386948 /backend/justfile
parent9327d4e24f87049e584815d884fbbfed4b0d152c (diff)
downloadphperkaigi-2026-albatross-f42516a8f6df155e3109ffccd649489a9d0a47d3.tar.gz
phperkaigi-2026-albatross-f42516a8f6df155e3109ffccd649489a9d0a47d3.tar.zst
phperkaigi-2026-albatross-f42516a8f6df155e3109ffccd649489a9d0a47d3.zip
feat(backend): update dependencies
Diffstat (limited to 'backend/justfile')
-rw-r--r--backend/justfile2
1 files changed, 1 insertions, 1 deletions
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 ./...