Skip to content

Commit 73721ae

Browse files
committed
fix ci 4
1 parent 5a16505 commit 73721ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
goos: ${{ matrix.goos }}
2121
goarch: ${{ matrix.goarch }}
22-
goversion: "1.17.8"
22+
goversion: "https://dl.google.com/go/go1.17.8.linux-amd64.tar.gz"
2323
project_path: "."
2424
binary_name: "android-ota-extractor"
2525
ldflags: "-s -w"

0 commit comments

Comments
 (0)