Skip to content

Commit 5a1f851

Browse files
committed
chore: go 1.20
1 parent 96657f1 commit 5a1f851

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bench/algorithm/fasta/3.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func main() {
157157
defer out.Flush()
158158

159159
flag.Parse()
160-
n := 0
160+
n := 1000
161161
if flag.NArg() > 0 {
162162
n, _ = strconv.Atoi(flag.Arg(0))
163163
}

bench/bench_go_ffi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environments:
1212
- os: linux
1313
compiler: go
1414
version: latest
15-
docker: golang:1.19
15+
docker: golang:1.20
1616
env:
1717
GOAMD64: v3 # https://github.com/golang/go/wiki/MinimumRequirements#amd64
1818
include: go
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
[libraries]
4-
bignum = {module = "com.ionspin.kotlin:bignum", version = "0.3.7"}
4+
bignum = {module = "com.ionspin.kotlin:bignum", version = "0.3.8"}
55
kbignum = {module = "com.soywiz.korlibs.kbignum:kbignum", version = "3.4.0"}
66

77
[bundles]

0 commit comments

Comments
 (0)