Skip to content

Commit

Permalink
Specify exact minimum Go version in go.mod
Browse files Browse the repository at this point in the history
Starting with Go version 1.21, the exact minimum Go release version or
the toolchain version must be specified in go.mod (see also
golang/go#62278 (comment)). So,
change the Go version from "1.23" to "1.23.0".

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
  • Loading branch information
hwipl committed Sep 12, 2024
1 parent 62391dc commit 4b9b2db
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 4b9b2db

Please sign in to comment.