Skip to content

Commit a28de2b

Browse files
committed
feat: set go 1.18 like minimum version;
1 parent d61dbf2 commit a28de2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

concurrency/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lif0/pkg/concurrency
22

3-
go 1.22
3+
go 1.18
44

55
require github.com/stretchr/testify v1.11.1
66

utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lif0/pkg/utils
22

3-
go 1.22
3+
go 1.18
44

55
require github.com/stretchr/testify v1.11.1
66

0 commit comments

Comments
 (0)