Skip to content

Commit 92dbbf1

Browse files
chore(deps): update golang to v1.25.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2c9da4 commit 92dbbf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.21.0-labs@sha256:2e681d22e86e738a057075f930b81b2ab8bc2a34cd16001484a7453cfa7a03fb
22

3-
FROM golang:1.24.5@sha256:ef5b4be1f94b36c90385abd9b6b4f201723ae28e71acacb76d00687333c17282 AS build
3+
FROM golang:1.25.7@sha256:011d6e21edbc198b7aeb06d705f17bc1cc219e102c932156ad61db45005c5d31 AS build
44

55
WORKDIR /go/src
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/retailnext/composesync
22

3-
go 1.24.5
3+
go 1.25.7
44

55
require (
66
github.com/alecthomas/kong v1.13.0

0 commit comments

Comments
 (0)