Skip to content

Commit 6760a8e

Browse files
authored
chore: downgrade minimum Go version (#69)
1 parent 5104d42 commit 6760a8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module go-simpler.org/sloglint
22

3-
go 1.23
3+
go 1.22.0
4+
5+
toolchain go1.23.0
46

57
require (
68
github.com/ettle/strcase v0.2.0

0 commit comments

Comments
 (0)