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

This commit is contained in:
2023-04-17 13:21:29 +10:00
parent c2bc2c7e4a
commit d4fc7343f2

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.zip && \
unzip v0.1.zip && \
rm v0.1.zip && \
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/v0.1.2.zip && \
unzip v0.1.2.zip && \
rm v0.1.2.zip && \
cd json2excel && \
go mod download && \
go build -o /json2excel cmd/main/main.go