Skip to content

Commit

Permalink
fix: use the same Go version than Beats
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jul 8, 2020
1 parent 3a5bc90 commit ab24022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go1.13/base/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
bison \
&& rm -rf /var/lib/apt/lists/*

ARG GOLANG_VERSION=1.13.12
ARG GOLANG_VERSION=1.13.10
ARG GOLANG_DOWNLOAD_URL=https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
ARG GOLANG_DOWNLOAD_SHA256=9cacc6653563771b458c13056265aa0c21b8a23ca9408278484e4efde4160618

Expand Down

0 comments on commit ab24022

Please sign in to comment.