go version -> go1.24.1
go get github.com/stretchr/testify
go get github.com/stretchr/testify/assert
go get github.com/stretchr/testify/mock
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
export PATH="$PATH:$(go env GOPATH)/bin"
go get gorm.io/gorm go get gorm.io/driver/postgres
docker image -> postgres:17-alpine