Skip to content

Commit

Permalink
Merge pull request docker#5621 from thaJeztah/more_go_build_tags
Browse files Browse the repository at this point in the history
cli/command/container: fix missing go:build tag
  • Loading branch information
thaJeztah authored Nov 15, 2024
2 parents 4adbb18 + d1d5353 commit 9861ce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/command/container/completion.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.22
// +build go1.22

package container

import (
Expand Down

0 comments on commit 9861ce9

Please sign in to comment.