diff options
| author | Albin <albin@mullvad.net> | 2022-04-28 12:23:52 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2022-08-15 11:33:08 +0200 |
| commit | 4376f612e9e69d37ebc005bcbc52c29abd4024fe (patch) | |
| tree | 448599b07cb8c0ce8f564a9a3f6729d93fd0f1f3 /.github/workflows/android-app.yml | |
| parent | d8dd13fe7d568e96868f284331559dbd754058b3 (diff) | |
| download | mullvadvpn-4376f612e9e69d37ebc005bcbc52c29abd4024fe.tar.xz mullvadvpn-4376f612e9e69d37ebc005bcbc52c29abd4024fe.zip | |
Bump setup-go action to v3
Diffstat (limited to '.github/workflows/android-app.yml')
| -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 00161fecd9..696813a307 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -57,7 +57,7 @@ jobs: - name: Configure Go if: steps.cache-native-libs.outputs.cache-hit != 'true' - uses: actions/setup-go@v2.1.3 + uses: actions/setup-go@v3 with: go-version: 1.16 |
