Skip to content

Commit

Permalink
Merge pull request #108 from allencloud/update-go
Browse files Browse the repository at this point in the history
docs: update goversion to 1.12.6 in Dockerfile
  • Loading branch information
allencloud authored Jul 22, 2019
2 parents 12daf75 + f780a16 commit 25a8327
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
RUN wget --quiet -O /root/swagger2markup-cli-1.3.1.jar http://central.maven.org/maven2/io/github/swagger2markup/swagger2markup-cli/1.3.1/swagger2markup-cli-1.3.1.jar

# set go version this image use
ENV GO_VERSION=1.10.4
ENV GO_VERSION=1.12.6
ENV ARCH=amd64

# install golang which version is GO_VERSION
2 changes: 1 addition & 1 deletion Dockerfile-Dragonfly
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
RUN wget --quiet -O /root/swagger2markup-cli-1.3.1.jar http://central.maven.org/maven2/io/github/swagger2markup/swagger2markup-cli/1.3.1/swagger2markup-cli-1.3.1.jar

# set go version this image use
ENV GO_VERSION=1.10.4
ENV GO_VERSION=1.12.6
ENV ARCH=amd64

# install golang which version is GO_VERSION

0 comments on commit 25a8327

Please sign in to comment.