fixup! Update golang-mysql integration image

This commit is contained in:
Mikhail f. Shiryaev 2022-04-23 15:24:42 +02:00
parent e434d78e68
commit 04a8955427
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -8,5 +8,5 @@ WORKDIR /opt
COPY ./main.go main.go
RUN go mod init none \
&& go get github.com/go-sql-driver/mysql@master \
&& go get github.com/go-sql-driver/mysql@217d05049 \
&& go build main.go