1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-25 22:01:16 +00:00

Update go version (#1343)

This commit is contained in:
Simon Frei 2019-06-06 11:15:29 +02:00 committed by GitHub
parent 5194c03bd9
commit e3f3b9b009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM openjdk:8
ENV GO_VERSION 1.11.4
ENV GO_VERSION 1.12.5
ENV ANDROID_SDK_VERSION 3859397
WORKDIR /opt