Skip to content

Commit dca0dd5

Browse files
committed
drop toolchain from go.mod
Signed-off-by: Martin Schuppert <[email protected]>
1 parent e5b1f34 commit dca0dd5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

api/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/openstack-k8s-operators/telemetry-operator/api
22

33
go 1.24.4
44

5-
toolchain go1.24.6
6-
75
require (
86
github.com/onsi/ginkgo/v2 v2.25.3
97
github.com/onsi/gomega v1.38.2

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/openstack-k8s-operators/telemetry-operator
22

33
go 1.24.4
44

5-
toolchain go1.24.7
6-
75
replace github.com/openstack-k8s-operators/telemetry-operator/api => ./api
86

97
require (

0 commit comments

Comments
 (0)