Skip to content

Commit

Permalink
Update sytest-dendrite to Go 1.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander authored Jan 28, 2022
1 parent a7aaded commit af5b833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dendrite.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG SYTEST_IMAGE_TAG=buster
FROM matrixdotorg/sytest:${SYTEST_IMAGE_TAG}

ARG GO_VERSION=1.15.13
ARG GO_VERSION=1.16.13
ARG TARGETARCH
ENV GO_DOWNLOAD https://dl.google.com/go/go${GO_VERSION}.linux-${TARGETARCH}.tar.gz

Expand Down

0 comments on commit af5b833

Please sign in to comment.