From 49ce555973f680db0b8b58a8fdaa060a82016cc2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 27 Nov 2024 20:33:20 +0100 Subject: Fix go.mod file The go tool under Debian reported that the version of the tool should be specified only with major and minor version number but not patch version. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b879947..ee1bc20 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module xengineering.eu/optional-go -go 1.23.2 +go 1.23 -- cgit v1.2.3-70-g09d2