Skip to content

Commit

Permalink
go mod: Fix go version
Browse files Browse the repository at this point in the history
Since the go version is 1.22 instead 1.22.0
it affects the toolchain that is tried to be fetched.
It cause IDEs, such as visual studio code to have broken indexing.

golang/go#61455 (comment)

Signed-off-by: Or Shoval <oshoval@redhat.com>
  • Loading branch information
oshoval committed May 8, 2024
1 parent be98de8 commit d681bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ replace (
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.6.2
)

go 1.22
go 1.22.0

0 comments on commit d681bf8

Please sign in to comment.