diff options
author | xengineering <me@xengineering.eu> | 2024-11-27 20:33:20 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-27 20:33:20 +0100 |
commit | 49ce555973f680db0b8b58a8fdaa060a82016cc2 (patch) | |
tree | ac9fa55d6fbfef668808faba2641c2954b2154c5 | |
parent | d8dbdaedcfb9099ae091a805972d380a7cddc4a4 (diff) | |
download | optional-go-49ce555973f680db0b8b58a8fdaa060a82016cc2.tar optional-go-49ce555973f680db0b8b58a8fdaa060a82016cc2.tar.zst optional-go-49ce555973f680db0b8b58a8fdaa060a82016cc2.zip |
Fix go.mod filev1.0.1
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.
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ module xengineering.eu/optional-go -go 1.23.2 +go 1.23 |