mirror of
https://github.com/distribution/distribution.git
synced 2026-05-01 12:55:30 +00:00
chore(build): Bump go version to latest (#4851)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
matrix:
|
||||
go:
|
||||
- 1.25.x
|
||||
- 1.26.1
|
||||
- 1.26.2
|
||||
target:
|
||||
- test-coverage
|
||||
- test-s3-storage
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# GO_VERSION sets the version of the golang base image to use.
|
||||
# It must be a supported tag in the docker.io/library/golang image repository.
|
||||
ARG GO_VERSION=1.25.8
|
||||
ARG GO_VERSION=1.25.9
|
||||
|
||||
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
|
||||
# It must be a supported tag in the docker.io/library/alpine image repository
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# GO_VERSION sets the version of the golang base image to use.
|
||||
# It must be a supported tag in the docker.io/library/golang image repository.
|
||||
ARG GO_VERSION=1.25.8
|
||||
ARG GO_VERSION=1.25.9
|
||||
|
||||
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
|
||||
# It must be a supported tag in the docker.io/library/alpine image repository
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# GO_VERSION sets the version of the golang base image to use.
|
||||
# It must be a supported tag in the docker.io/library/golang image repository.
|
||||
ARG GO_VERSION=1.25.8
|
||||
ARG GO_VERSION=1.25.9
|
||||
|
||||
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
|
||||
# It must be a supported tag in the docker.io/library/alpine image repository
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# GO_VERSION sets the version of the golang base image to use.
|
||||
# It must be a supported tag in the docker.io/library/golang image repository.
|
||||
ARG GO_VERSION=1.25.8
|
||||
ARG GO_VERSION=1.25.9
|
||||
|
||||
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
|
||||
# It must be a supported tag in the docker.io/library/alpine image repository
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# GO_VERSION sets the version of the golang base image to use.
|
||||
# It must be a supported tag in the docker.io/library/golang image repository.
|
||||
ARG GO_VERSION=1.25.8
|
||||
ARG GO_VERSION=1.25.9
|
||||
|
||||
# ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
|
||||
# It must be a supported tag in the docker.io/library/alpine image repository
|
||||
|
||||
Reference in New Issue
Block a user