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

update to go1.23.6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-02-27 15:04:51 +01:00
parent a5569fbfff
commit a767624e34
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
env:
DESTDIR: ./bin
GO_VERSION: 1.22.11
GO_VERSION: 1.23.6
jobs:
validate:
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.22.11
ARG GO_VERSION=1.23.6
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.22.11
ARG GO_VERSION=1.23.6
ARG DISTRO=ubuntu
ARG SUITE=focal