use newer json2excel
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-18 09:22:00 +10:00
parent d4fc7343f2
commit c78a3268c4

View File

@@ -21,9 +21,9 @@ WORKDIR /src
ENV CGO_LDFLAGS "-static -w -s"
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/v0.1.2.zip && \
unzip v0.1.2.zip && \
rm v0.1.2.zip && \
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/v0.1.3.zip && \
unzip v0.1.3.zip && \
rm v0.1.3.zip && \
cd json2excel && \
go mod download && \
go build -o /json2excel cmd/main/main.go