diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-03-08 17:29:09 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-03-10 10:29:57 +0100 |
| commit | bed5061dadf89f8112a73e495a9dfd576453dc67 (patch) | |
| tree | a1ed7ddf3b03cc93b95c58d7e51138ee70abe004 /.github/workflows | |
| parent | 156849174f40fb1284908193eaeaece85c14a930 (diff) | |
| download | mullvadvpn-bed5061dadf89f8112a73e495a9dfd576453dc67.tar.xz mullvadvpn-bed5061dadf89f8112a73e495a9dfd576453dc67.zip | |
Update Android Docker image
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 26bab204b2..7119167f76 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -39,7 +39,7 @@ jobs: # Install Go - uses: actions/setup-go@v2.1.3 with: - go-version: 1.13.5 + go-version: 1.16 # Install Android SDK - uses: maxim-lobanov/setup-android-tools@v1 |
