mirror of
https://github.com/distribution/distribution.git
synced 2025-08-31 22:48:01 +00:00
Merge bf157857d5
into da404778ed
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go:
|
||||
- 1.23.7
|
||||
- 1.24.1
|
||||
- 1.23.10
|
||||
- 1.24.4
|
||||
target:
|
||||
- test-coverage
|
||||
- test-s3-storage
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION=1.23.7
|
||||
ARG GO_VERSION=1.24.4
|
||||
ARG ALPINE_VERSION=3.21
|
||||
ARG XX_VERSION=1.6.1
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG GO_VERSION=1.23.7
|
||||
ARG GO_VERSION=1.23.9
|
||||
ARG ALPINE_VERSION=3.21
|
||||
ARG GOLANGCI_LINT_VERSION=v1.64.8
|
||||
ARG BUILDTAGS=""
|
||||
|
Reference in New Issue
Block a user