1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

update to go1.25.5

- Update Go version to v1.25.5 in build workflow
- Update GO_VERSION to 1.25.5 in Dockerfile
- Update GO_VERSION to 1.25.5

Signed-off-by: Ameya Keskar <55844298+ameya-keskar@users.noreply.github.com>
This commit is contained in:
Ameya Keskar
2026-01-08 14:20:57 +05:30
committed by Sebastiaan van Stijn
parent 9df2c7782a
commit b844409a12
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
env:
DESTDIR: ./bin
GO_VERSION: 1.25.2
GO_VERSION: 1.25.5
jobs:
validate:
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.25.2
ARG GO_VERSION=1.25.5
ARG DEBIAN_VERSION=bookworm
ARG XX_VERSION=1.7.0
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.25.2
ARG GO_VERSION=1.25.5
ARG DISTRO=ubuntu
ARG SUITE=jammy