Skip to content

Commit

Permalink
Merge pull request #200 from elezar/update-spec-version
Browse files Browse the repository at this point in the history
Bump imported spec version to v0.7.0
  • Loading branch information
klihub committed Apr 5, 2024
2 parents 780f60f + 1776606 commit 17479c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cdi/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
tags.cncf.io/container-device-interface/specs-go v0.6.0 // indirect
tags.cncf.io/container-device-interface/specs-go v0.7.0 // indirect
)

replace tags.cncf.io/container-device-interface => ../..
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
golang.org/x/mod v0.4.2
golang.org/x/sys v0.1.0
sigs.k8s.io/yaml v1.3.0
tags.cncf.io/container-device-interface/specs-go v0.6.0
tags.cncf.io/container-device-interface/specs-go v0.7.0
)

require (
Expand Down

0 comments on commit 17479c1

Please sign in to comment.