Remove deprecated +build tags

This commit is contained in:
Herman Slatman
2025-11-04 00:27:34 +01:00
parent 18b418bc8e
commit 745fb7a68e
3 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
//go:build tpmsimulator
// +build tpmsimulator
package acme

View File

@@ -1,5 +1,4 @@
//go:build go1.18
// +build go1.18
package provisioner

View File

@@ -1,5 +1,4 @@
//go:build !go1.18
// +build !go1.18
package provisioner