1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-07-18 01:32:19 +05:30

Merge pull request #453 from thaJeztah/update_go1.26.5

update to go1.26.5
This commit is contained in:
Paweł Gronowski
2026-07-08 11:17:06 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ on:
env:
DESTDIR: ./bin
GO_VERSION: 1.26.4
GO_VERSION: 1.26.5
jobs:
validate:
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
ARG GO_VERSION=1.26.4
ARG GO_VERSION=1.26.5
# 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.
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
ARG GO_VERSION=1.26.4
ARG GO_VERSION=1.26.5
# 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.