From 1f3617cce6ba7fc12fedc5488879e5afb66a0e37 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 30 Nov 2022 10:26:10 -0800 Subject: [PATCH] Update Windows and Android Containers --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bbf0057..79e37e6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,7 @@ steps: - make linux - name: build-android - image: openpriv/android-go-mobile:2022.09 + image: openpriv/android-go-mobile:2022.11 volumes: - name: deps path: /go @@ -53,7 +53,7 @@ steps: - make android - name: build-windows - image: openpriv/mingw-go:2022.09 + image: openpriv/mingw-go:2022.11 environment: GOPATH: /go volumes: