Compare commits

..

1 Commits

Author SHA1 Message Date
Sarah Jamie Lewis f977755478 Update Go 1.22.0 2024-02-26 17:56:53 +00:00
2 changed files with 2 additions and 4 deletions

View File

@ -36,8 +36,8 @@ RUN ln -sf $ANDROID_HOME/ndk/$NDK_VER $ANDROID_HOME/ndk-bundle
## - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN echo 'hosts: files dns' > /etc/nsswitch.conf
ENV GOLANG_VERSION=1.21.5.linux-amd64
ENV GOLANG_SHA256=e2bc0b3e4b64111ec117295c088bde5f00eeed1567999ff77bc859d7df70078e
ENV GOLANG_VERSION=1.22.linux-amd64
ENV GOLANG_SHA256=f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265
RUN set -eux; \
apt-get update; \

View File

@ -1,7 +1,5 @@
# Android, Go, and gomobile
**Deprecated:** in favor of [go-cross-compile](https://git.openprivacy.ca/openprivacy/go-cross-compile) at [dockerhub/openpriv/go-cross-compile](https://hub.docker.com/r/openpriv/go-cross-compile)
Dockerfiles @ [git.openprivacy.ca/openprivacy/android-go-mobile](https://git.openprivacy.ca/openprivacy/android-go-mobile)
This image was built for use with Drone CI but can be used with any docker setup you want.