diff options
author | hovertank3d <[email protected]> | 2025-01-17 16:03:11 +0100 |
---|---|---|
committer | hovertank3d <[email protected]> | 2025-01-17 16:03:11 +0100 |
commit | 4d45d8040926e262dee6c7ea11f83c22946db505 (patch) | |
tree | 4cb5b4d126be0cb72b943966ff1922826529d139 | |
parent | dd4a4aaf8e7cab8e196f7452b8a3f89411cdf742 (diff) | |
download | lzcnt.space-4d45d8040926e262dee6c7ea11f83c22946db505.tar.xz lzcnt.space-4d45d8040926e262dee6c7ea11f83c22946db505.zip |
change go version to 1.23
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ module github.com/hovertank3d/lzcnt.space -go 1.23.4 +go 1.23 |