Fallback go ver for normal use (#3758)

* Update build.yml

* Delete .github/dependabot.yml
This commit is contained in:
any116 2024-10-24 09:14:38 +08:00 committed by GitHub
parent 3dcee45e9f
commit 5b4f51981e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 12 deletions

View file

@ -1,10 +0,0 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

View file

@ -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