Revert "[relay] Update GO version and QUIC version (#4736)" (#5055)

This reverts commit 8722b79799.
This commit is contained in:
Maycon Santos
2026-01-07 21:02:20 +03:00
committed by GitHub
parent 8722b79799
commit 24df442198
78 changed files with 341 additions and 312 deletions

View File

@@ -46,7 +46,7 @@ func initPostureChecksTestData(postureChecks ...*posture.Checks) *postureChecksH
testPostureChecks[postureChecks.ID] = postureChecks
if err := postureChecks.Validate(); err != nil {
return nil, status.Errorf(status.InvalidArgument, "%v", err) //nolint
return nil, status.Errorf(status.InvalidArgument, "%s", err.Error()) //nolint
}
return postureChecks, nil

View File

@@ -1,4 +1,5 @@
//go:build benchmark
// +build benchmark
package benchmarks

View File

@@ -1,4 +1,5 @@
//go:build benchmark
// +build benchmark
package benchmarks

View File

@@ -1,4 +1,5 @@
//go:build benchmark
// +build benchmark
package benchmarks

View File

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