bump golang 1.24.11

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez 2025-12-03 12:04:17 -06:00 committed by Guillaume Lours
parent cfcee45a89
commit 08de90c267
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
ARG GO_VERSION=1.24.9 ARG GO_VERSION=1.24.11
ARG XX_VERSION=1.6.1 ARG XX_VERSION=1.6.1
ARG GOLANGCI_LINT_VERSION=v2.6.2 ARG GOLANGCI_LINT_VERSION=v2.6.2
ARG ADDLICENSE_VERSION=v1.0.0 ARG ADDLICENSE_VERSION=v1.0.0

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/docker/compose/v5 module github.com/docker/compose/v5
go 1.24.9 go 1.24.11
require ( require (
github.com/AlecAivazis/survey/v2 v2.3.7 github.com/AlecAivazis/survey/v2 v2.3.7