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.
2.6 KiB
2.6 KiB