Merge pull request #50017 from thaJeztah/align_go_build_versions

align //go:build versions
This commit is contained in:
Paweł Gronowski
2025-05-16 19:00:44 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// 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 && linux
//go:build go1.23 && linux
package firewaller

View File

@@ -1,5 +1,5 @@
// 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
//go:build go1.23
package environment