From e70b4b8e47515a1ce5b85639250c8a18b0a8ce0a Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Fri, 9 Feb 2024 23:04:21 +0100 Subject: [PATCH] chore(ci): go deps. --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e5ae443..182fab8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -23,7 +23,7 @@ jobs: uses: android-actions/setup-android@v2 - uses: actions/setup-go@v5 with: - go-version: 1.20.4 + go-version: 1.22 check-latest: true - name: Ensure gomobile is installed. run: go install golang.org/x/mobile/cmd/gomobile@latest && gomobile init