Skip to content

Commit

Permalink
Merge pull request #1105 from marquiz/devel/gomod
Browse files Browse the repository at this point in the history
go.mod: use correct go toolchain version syntax
  • Loading branch information
klihub authored Sep 4, 2024
2 parents af6e68c + 29c60c1 commit a1cd7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/intel/cri-resource-manager

go 1.22
go 1.22.0

require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/topology/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/intel/cri-resource-manager/pkg/topology

go 1.22
go 1.22.0

require (
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit a1cd7ac

Please sign in to comment.