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

Correctly bump go to 1.19

This commit is contained in:
Simon Frei 2022-08-04 10:15:57 +02:00
parent b511498866
commit 87fb6b3826
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -1,6 +1,6 @@
FROM openjdk:11
ENV GO_VERSION 1.19.0
ENV GO_VERSION 1.19
ARG ANDROID_SDK_VERSION=7583922
ARG ANDROID_SDK_FILENAME=commandlinetools-linux-${ANDROID_SDK_VERSION}_latest.zip