Update Windows and Android Containers
continuous-integration/drone/pr Build is running Details

This commit is contained in:
Sarah Jamie Lewis 2022-11-30 10:26:10 -08:00
parent 3a15d75011
commit 1f3617cce6
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ steps:
- make linux - make linux
- name: build-android - name: build-android
image: openpriv/android-go-mobile:2022.09 image: openpriv/android-go-mobile:2022.11
volumes: volumes:
- name: deps - name: deps
path: /go path: /go
@ -53,7 +53,7 @@ steps:
- make android - make android
- name: build-windows - name: build-windows
image: openpriv/mingw-go:2022.09 image: openpriv/mingw-go:2022.11
environment: environment:
GOPATH: /go GOPATH: /go
volumes: volumes: