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
- 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: