This commit is contained in:
Emese Ban
2025-06-12 17:13:39 +00:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

@@ -33,8 +33,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
go: go:
- 1.23.7 - 1.23.10
- 1.24.1 - 1.24.4
target: target:
- test-coverage - test-coverage
- test-s3-storage - test-s3-storage

View File

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

View File

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

2
go.mod
View File

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