Skip to content

Commit

Permalink
chore: downgrade minimum Go version (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Feb 9, 2025
1 parent 5104d42 commit 6760a8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go-simpler.org/sloglint

go 1.23
go 1.22.0

toolchain go1.23.0

require (
github.com/ettle/strcase v0.2.0
Expand Down

0 comments on commit 6760a8e

Please sign in to comment.