Skip to content

Commit

Permalink
Fallback go ver for normal use (#3758)
Browse files Browse the repository at this point in the history
* Update build.yml

* Delete .github/dependabot.yml
  • Loading branch information
any116 authored Oct 24, 2024
1 parent 3dcee45 commit 5b4f519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: '1.23.2'
go-version: '1.22.4'

- name: Install gomobile
run: |
go install golang.org/x/mobile/cmd/gomobile@latest
go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20240806205939-81131f6468ab
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Setup Android environment
Expand Down

0 comments on commit 5b4f519

Please sign in to comment.