File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
include/kotlin-native/gradle Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ func main() {
157
157
defer out .Flush ()
158
158
159
159
flag .Parse ()
160
- n := 0
160
+ n := 1000
161
161
if flag .NArg () > 0 {
162
162
n , _ = strconv .Atoi (flag .Arg (0 ))
163
163
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ environments:
12
12
- os : linux
13
13
compiler : go
14
14
version : latest
15
- docker : golang:1.19
15
+ docker : golang:1.20
16
16
env :
17
17
GOAMD64 : v3 # https://github.com/golang/go/wiki/MinimumRequirements#amd64
18
18
include : go
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
3
3
[libraries ]
4
- bignum = {module = " com.ionspin.kotlin:bignum" , version = " 0.3.7 " }
4
+ bignum = {module = " com.ionspin.kotlin:bignum" , version = " 0.3.8 " }
5
5
kbignum = {module = " com.soywiz.korlibs.kbignum:kbignum" , version = " 3.4.0" }
6
6
7
7
[bundles ]
You can’t perform that action at this time.
0 commit comments