Skip to content

Commit

Permalink
[build] make go version consistent (#751)
Browse files Browse the repository at this point in the history
make go version consistent
  • Loading branch information
ZhangJian He authored Mar 22, 2022
1 parent 5c04811 commit 95fdb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#

ARG GO_VERSION=golang:1.13
ARG GO_VERSION=golang:1.15
FROM apachepulsar/pulsar:2.8.2 as pulsar
FROM $GO_VERSION as go

Expand Down

0 comments on commit 95fdb3f

Please sign in to comment.