mirror of
https://gitlab.com/mfocko/LeetCode.git
synced 2024-11-09 15:59:06 +01:00
chore(go): use older minimal version
1.21.11 is on AlmaLinux 9.4 Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
be62180317
commit
c7165f1c98
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module gitlab.com/mfocko/LeetCode
|
||||
|
||||
go 1.22.3
|
||||
go 1.21.11
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
|
Loading…
Reference in a new issue