chore(deps): update golang docker tag to v1.25.6 (#1490)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-30 19:30:11 +00:00
committed by GitHub
parent bd3f314f1d
commit fb31f2acd9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.25.5@sha256:8bbd14091f2c61916134fa6aeb8f76b18693fcb29a39ec6d8be9242c0a7e9260 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25.6@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS builder
WORKDIR /builder

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/int128/kubelogin
go 1.25.5
go 1.25.6
require (
github.com/chromedp/chromedp v0.14.2