Skip to content

Commit

Permalink
Merge pull request #4973 from jsternberg/otel-1.16-compat
Browse files Browse the repository at this point in the history
cli: add go:build tag to the docker telemetry
  • Loading branch information
neersighted authored Apr 1, 2024
2 parents e3f45bf + 2a3b6c0 commit 155dc5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/command/telemetry_docker.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 155dc5e

Please sign in to comment.