File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 with :
2424 go-version : ' ^1.24'
2525 - name : Build Go
26- # this should match with go.mod version
2726 run : ./go.sh 1.24.1 fastrsa
2827 - name : Build
2928 run : |
3029 export PATH="/tmp/go/bin:$PATH"
30+ export GOTOOLCHAIN=local
3131 make binding_ios
3232 - name : Compress
3333 run : tar -czvf output.tar.gz -C output/binding/ios .
@@ -53,11 +53,11 @@ jobs:
5353 with :
5454 go-version : ' ^1.24'
5555 - name : Build Go
56- # this should match with go.mod version
5756 run : ./go.sh 1.24.1 fastrsa
5857 - name : Build
5958 run : |
6059 export PATH="/tmp/go/bin:$PATH"
60+ export GOTOOLCHAIN=local
6161 make binding_ios_xcframework
6262 - name : Compress
6363 run : tar -czvf output.tar.gz -C output/binding/ios .
Original file line number Diff line number Diff line change 22
33GOOS=${GOOS:- linux}
44GOARCH=${GOARCH:- amd64}
5- GOVERSION=${GOVERSION:- 1.23.7}
5+ GOVERSION=${GOVERSION:- 1.23.3} # do not increase because toolchain auto is used
66TAG=${TAG:- main}
77CMD=${CMD:- make build}
88ARGS=${ARGS:- }
You can’t perform that action at this time.
0 commit comments