Skip to content

Commit 7246f59

Browse files
committed
tidy
1 parent 971fd23 commit 7246f59

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules/*
33
.env
44
coverage.lcov
55
coverage.json
6-
*.pkey
6+
*.pkey
7+
lcov.info

lib/go/test/go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/onflow/flow-ft/lib/go/test
22

3-
go 1.23
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (

0 commit comments

Comments
 (0)