Skip to content

Commit a0d3908

Browse files
chore(deps): update go to v1.25.1
1 parent 482ba5b commit a0d3908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
44

5-
FROM --platform=$BUILDPLATFORM golang:1.24.5-alpine AS builder
5+
FROM --platform=$BUILDPLATFORM golang:1.25.1-alpine AS builder
66
WORKDIR /app
77

88
COPY --from=xx / /

go.mod

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

3-
go 1.24.5
3+
go 1.25.1
44

55
require (
66
github.com/go-viper/mapstructure/v2 v2.4.0

0 commit comments

Comments
 (0)