Skip to content

Commit 252b4a2

Browse files
committed
chore: use go 1.25.5
1 parent 27f03e3 commit 252b4a2

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim: syntax=dockerfile
22
FROM cgr.dev/chainguard/static:latest
3-
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.25 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
3+
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.42 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
44
COPY spicedb-operator /usr/local/bin/spicedb-operator
55
ENTRYPOINT ["spicedb-operator"]

e2e/go.mod

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

3-
go 1.24.0
3+
go 1.25.5
44

55
require (
66
cloud.google.com/go/spanner v1.85.0

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/authzed/spicedb-operator
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.25.5
64

75
require (
86
github.com/authzed/controller-idioms v0.13.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools
22

3-
go 1.24.0
3+
go 1.25.5
44

55
require (
66
github.com/authzed/spicedb-operator v0.0.0-00010101000000-000000000000

0 commit comments

Comments
 (0)