File tree Expand file tree Collapse file tree 8 files changed +8
-10
lines changed
Expand file tree Collapse file tree 8 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111 branches :
1212 - " *"
1313env :
14- GO_VERSION : " ~1.22 "
14+ GO_VERSION : " ~1.25 "
1515jobs :
1616 paths-filter :
1717 runs-on : " depot-ubuntu-24.04"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111 types :
1212 - " checks_requested"
1313env :
14- GO_VERSION : " ~1.22 "
14+ GO_VERSION : " ~1.25 "
1515jobs :
1616 go-lint :
1717 name : " Lint Go"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88 contents : " write"
99 packages : " write"
1010env :
11- GO_VERSION : " ~1.22 "
11+ GO_VERSION : " ~1.25 "
1212jobs :
1313 goreleaser :
1414 runs-on : " depot-ubuntu-24.04"
Original file line number Diff line number Diff line change 1- FROM golang:1.25-alpine AS builder
1+ FROM golang:1.25.5 -alpine AS builder
22WORKDIR /go/src/app
33ENV CGO_ENABLED=0
44
Original file line number Diff line number Diff line change 11# vim: syntax=dockerfile
22FROM 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
44COPY spicedb-operator /usr/local/bin/spicedb-operator
55ENTRYPOINT ["spicedb-operator" ]
Original file line number Diff line number Diff line change 11module github.com/authzed/spicedb-operator/e2e
22
3- go 1.24.0
3+ go 1.25.5
44
55require (
66 cloud.google.com/go/spanner v1.85.0
Original file line number Diff line number Diff line change 11module github.com/authzed/spicedb-operator
22
3- go 1.24.0
4-
5- toolchain go1.24.1
3+ go 1.25.5
64
75require (
86 github.com/authzed/controller-idioms v0.13.0
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.24.0
3+ go 1.25.5
44
55require (
66 github.com/authzed/spicedb-operator v0.0.0-00010101000000-000000000000
You can’t perform that action at this time.
0 commit comments