mirror of
https://github.com/docker/compose.git
synced 2026-08-29 12:54:54 +00:00
Set Go min version to absolute minimum version required
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
parent
359d2f076e
commit
778a627b8e
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/docker/compose/v5
|
||||
|
||||
go 1.24.11
|
||||
go 1.24.3
|
||||
|
||||
require (
|
||||
github.com/AlecAivazis/survey/v2 v2.3.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue