1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-29 15:52:05 +05:30

Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastiaan van Stijn fd27520bbd Merge pull request #375 from austinvazquez/update-golang-1.23.12
update to go1.23.12
2025-08-11 16:01:13 +02:00
Austin Vazquez 4849c2328b update to go1.23.12
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-08-08 10:54:56 -05:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
env:
DESTDIR: ./bin
GO_VERSION: 1.23.6
GO_VERSION: 1.23.12
jobs:
validate:
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.23.6
ARG GO_VERSION=1.23.12
ARG DEBIAN_VERSION=bookworm
ARG XX_VERSION=1.6.1
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.23.6
ARG GO_VERSION=1.23.12
ARG DISTRO=ubuntu
ARG SUITE=focal