code-kakitai / code-kakitai

repository for code-kakitai
67 stars 13 forks source link

appのDockerfileのlatestを明示的にバージョンを指定する #20

Closed msgyu closed 12 months ago

msgyu commented 1 year ago

いつかエラーになりそうなので、 どこかのタイミングでlatestを明示的なバージョンを指定したいです

RUN go install github.com/cosmtrek/air@latest
RUN go install go.uber.org/mock/mockgen@latest
RUN go install github.com/kyleconroy/sqlc/cmd/sqlc@latest

特にsqlcなどはバージョンによっては、使用できない関数も出てきそう

hiroaki-u commented 12 months ago

https://github.com/code-kakitai/code-kakitai/pull/90 にて対応