Skip to content

Commit af8e00b

Browse files
committed
ci: Fix android build by updating actions
1 parent 55a6908 commit af8e00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build library for Android with gomobile
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- name: Set up JDK 1.8
@@ -18,7 +18,7 @@ jobs:
1818
java-version: 1.8
1919

2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v5
2222
with:
2323
go-version: ^1.16
2424
id: go

0 commit comments

Comments
 (0)