chore(deps): update golang docker tag to v1.26.3 (#1585)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-06-05 22:46:37 +00:00
committed by GitHub
co-authored by lnx01
parent 8dab8bc833
commit 8cec353d2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.26.2@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 AS builder
FROM --platform=$BUILDPLATFORM golang:1.26.3@sha256:2d6c80227255c3112a4d08e67ba98e58efd3846daf15d9d7d4c389565d881b1a AS builder
WORKDIR /builder
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/int128/kubelogin
go 1.26.2
go 1.26.3
require (
github.com/chromedp/chromedp v0.15.1