Files
auth-proxy/.github/workflows/ci-cd.yml
db123-test eb8ba0eb74 ci: replace manual sqlite driver download with go mod tidy
The workflow previously ran `go get auth-proxy/src` to download the sqlite driver
separately before downloading dependencies. This step has been removed and replaced
with `go mod tidy`, which is the idiomatic Go approach for managing dependencies.
It ensures go.mod is properly formatted and removes unused dependencies, eliminating
the need for manual driver installation steps.
2026-05-07 17:52:23 +03:30

2.6 KiB