mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-13 16:01:28 +05:30
update to go1.26.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -18,7 +18,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DESTDIR: ./bin
|
DESTDIR: ./bin
|
||||||
GO_VERSION: 1.26.3
|
GO_VERSION: 1.26.4
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
|
|||||||
+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.26.3
|
ARG GO_VERSION=1.26.4
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
+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.26.3
|
ARG GO_VERSION=1.26.4
|
||||||
|
|
||||||
# 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