Skip to content

Commit e18ec5d

Browse files
committed
alter go version
updates #76
1 parent 9ad7d3c commit e18ec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: set up Go
3535
uses: actions/setup-go@v2
3636
with:
37-
go-version: '1.15.6'
37+
go-version: '^1.15'
3838
- name: Build Go bridge
3939
if: steps.cache.outputs.cache-hit != 'true'
4040
run: |

0 commit comments

Comments
 (0)