Skip to content

Commit bf35215

Browse files
committed
fix: bump go directive to 1.26.0
Aligns go.mod with the Dockerfile base image (golang:1.26.2). Fixes setup-envtest@latest which now requires go >= 1.26.0.
1 parent 338975f commit bf35215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

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

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.5

0 commit comments

Comments
 (0)