Skip to content

Commit

Permalink
Merge pull request #25 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 62391dc + 4b9b2db commit 3975c66
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/tnd

go 1.23
go 1.23.0

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

0 comments on commit 3975c66

Please sign in to comment.