build: make native package signing fail-fast

This commit is contained in:
benya
2026-07-23 04:14:47 +03:00
parent 2bf4c6b73c
commit 9c81954eae
12 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"time"
)
const agentVersion = "0.6.3"
const agentVersion = "0.6.4"
type agentRuntimeHealth struct {
StartedAt time.Time
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
func TestAgentVersionIsStable(t *testing.T) {
if agentVersion != "0.6.3" {
if agentVersion != "0.6.4" {
t.Fatalf("unexpected agent version %q", agentVersion)
}
}