Skip to content

Commit

Permalink
Merge pull request #125 from telekom-mms/bugfix/specify-exact-minimum…
Browse files Browse the repository at this point in the history
…-go-verion-in-gomod

Specify exact minimum Go version in go.mod
  • Loading branch information
hwipl authored Sep 16, 2024
2 parents 4a2e8a6 + 30aff04 commit 4932bf3
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/telekom-mms/oc-daemon

go 1.23
go 1.23.0

require (
github.com/fsnotify/fsnotify v1.7.0
Expand Down

0 comments on commit 4932bf3

Please sign in to comment.