diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95769d40a..9ea05e342 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,8 +33,8 @@ jobs: fail-fast: false matrix: go: - - 1.23.9 - - 1.24.3 + - 1.23.10 + - 1.24.4 target: - test-coverage - test-s3-storage diff --git a/Dockerfile b/Dockerfile index 1ba652a20..8c7576fe2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.24.3 +ARG GO_VERSION=1.24.4 ARG ALPINE_VERSION=3.21 ARG XX_VERSION=1.6.1 diff --git a/go.mod b/go.mod index b58cc844f..6a85bb512 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/distribution/distribution/v3 -go 1.23.9 +go 1.23.10 require ( cloud.google.com/go/storage v1.45.0