mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-28 15:21:29 +05:30
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed71c9e95d | |||
| 8af787bb3e | |||
| 8b34acde14 | |||
| 815dddf301 | |||
| 1be1c1e190 | |||
| 73bc2ff95d |
@@ -18,7 +18,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DESTDIR: ./bin
|
DESTDIR: ./bin
|
||||||
GO_VERSION: 1.25.8
|
GO_VERSION: 1.25.9
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
|
|||||||
+3
-3
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# GO_VERSION sets the version of the golang base image to use.
|
# GO_VERSION sets the version of the golang base image to use.
|
||||||
# It must be a valid tag in the docker.io/library/golang image repository.
|
# It must be a valid tag in the docker.io/library/golang image repository.
|
||||||
ARG GO_VERSION=1.25.8
|
ARG GO_VERSION=1.25.9
|
||||||
|
|
||||||
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
||||||
# It must be a valid variant in the docker.io/library/golang image repository.
|
# It must be a valid variant in the docker.io/library/golang image repository.
|
||||||
@@ -10,7 +10,7 @@ ARG BASE_DEBIAN_DISTRO=bookworm
|
|||||||
|
|
||||||
# XX_VERSION sets the version of the xx utility to use.
|
# XX_VERSION sets the version of the xx utility to use.
|
||||||
# It must be a valid tag in the docker.io/tonistiigi/xx image repository.
|
# It must be a valid tag in the docker.io/tonistiigi/xx image repository.
|
||||||
ARG XX_VERSION=1.7.0
|
ARG XX_VERSION=1.9.0
|
||||||
|
|
||||||
# OSXCROSS_VERSION sets the MacOSX cross toolchain to use.
|
# OSXCROSS_VERSION sets the MacOSX cross toolchain to use.
|
||||||
# It must be a valid tag in the docker.io/crazymax/osxcross image repository.
|
# It must be a valid tag in the docker.io/crazymax/osxcross image repository.
|
||||||
@@ -18,7 +18,7 @@ ARG OSXCROSS_VERSION=11.3-r8-debian
|
|||||||
|
|
||||||
# GOLANGCI_LINT_VERSION sets the version of the golangci-lint image to use.
|
# GOLANGCI_LINT_VERSION sets the version of the golangci-lint image to use.
|
||||||
# It must be a valid tag in the docker.io/golangci/golangci-lint image repository.
|
# It must be a valid tag in the docker.io/golangci/golangci-lint image repository.
|
||||||
ARG GOLANGCI_LINT_VERSION=v2.8
|
ARG GOLANGCI_LINT_VERSION=v2.11
|
||||||
|
|
||||||
# PACKAGE sets the package name to print in the "--version" output.
|
# PACKAGE sets the package name to print in the "--version" output.
|
||||||
# It sets the "github.com/docker/docker-credential-helpers/credentials.Package
|
# It sets the "github.com/docker/docker-credential-helpers/credentials.Package
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# GO_VERSION sets the version of the golang base image to use.
|
# GO_VERSION sets the version of the golang base image to use.
|
||||||
# It must be a valid tag in the docker.io/library/golang image repository.
|
# It must be a valid tag in the docker.io/library/golang image repository.
|
||||||
ARG GO_VERSION=1.25.8
|
ARG GO_VERSION=1.25.9
|
||||||
|
|
||||||
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
||||||
# It must be a valid variant in the docker.io/library/golang image repository.
|
# It must be a valid variant in the docker.io/library/golang image repository.
|
||||||
|
|||||||
Reference in New Issue
Block a user