Skip to content

Commit

Permalink
chore: make go version less strict (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 authored Sep 12, 2024
1 parent 6aa5b7c commit ab37a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/runfinch/finch-daemon

go 1.22.7
go 1.22

require (
github.com/containerd/cgroups/v3 v3.0.3
Expand Down

0 comments on commit ab37a62

Please sign in to comment.