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

Merge pull request #414 from thaJeztah/update_go1.25.8

update to go1.25.8
This commit is contained in:
Sebastiaan van Stijn
2026-03-10 17:30:11 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ on:
env:
DESTDIR: ./bin
GO_VERSION: 1.25.7
GO_VERSION: 1.25.8
jobs:
validate:
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.25.7
ARG GO_VERSION=1.25.8
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.7
ARG GO_VERSION=1.25.8
ARG DISTRO=ubuntu
ARG SUITE=jammy