use go version 1.23.9

Signed-off-by: Emese Ban <emese.ban@cloudnc.com>
This commit is contained in:
Emese Ban 2025-05-20 09:28:25 +01:00
parent fe81c2f661
commit 31ffb140ce
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
go:
- 1.23.7
- 1.23.9
- 1.24.3
target:
- test-coverage

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.24.3
ARG GO_VERSION=1.23.9
ARG ALPINE_VERSION=3.21
ARG XX_VERSION=1.6.1

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.24.3
ARG GO_VERSION=1.23.9
ARG ALPINE_VERSION=3.21
ARG GOLANGCI_LINT_VERSION=v1.64.8
ARG BUILDTAGS=""

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/distribution/distribution/v3
go 1.24
go 1.23.9
require (
cloud.google.com/go/storage v1.45.0