Merge pull request #4973 from jsternberg/otel-1.16-compat

cli: add go:build tag to the docker telemetry
This commit is contained in:
Bjorn Neergaard 2024-04-01 09:08:16 -06:00 committed by GitHub
commit 155dc5e4e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// FIXME(jsternberg): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
//go:build go1.19
package command
import (