We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a16505 commit 73721aeCopy full SHA for 73721ae
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
20
goos: ${{ matrix.goos }}
21
goarch: ${{ matrix.goarch }}
22
- goversion: "1.17.8"
+ goversion: "https://dl.google.com/go/go1.17.8.linux-amd64.tar.gz"
23
project_path: "."
24
binary_name: "android-ota-extractor"
25
ldflags: "-s -w"
0 commit comments