Skip to content

Commit

Permalink
Update pkg/inspecttypes/dockercompat/info.go
Browse files Browse the repository at this point in the history
Co-authored-by: Akihiro Suda <suda.kyoto@gmail.com>
  • Loading branch information
manugupt1 and AkihiroSuda committed Jul 14, 2022
1 parent 733285c commit 757b1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/inspecttypes/dockercompat/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type ClientVersion struct {
GoVersion string
Os string // GOOS
Arch string // GOARCH
Components []ComponentVersion //nerdctl specific
Components []ComponentVersion // nerdctl extension
}

// ComponentVersion describes the version information for a specific component.
Expand Down

0 comments on commit 757b1bd

Please sign in to comment.