diff --git a/Dockerfile b/Dockerfile index b8901a3b1..9b47ed859 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.24.7 +ARG GO_VERSION=1.24.9 ARG XX_VERSION=1.6.1 ARG GOLANGCI_LINT_VERSION=v2.0.2 ARG ADDLICENSE_VERSION=v1.0.0 diff --git a/go.mod b/go.mod index 141f33552..0cd8f7a7b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker/compose/v2 -go 1.24.7 +go 1.24.9 require ( github.com/AlecAivazis/survey/v2 v2.3.7