build: lock OpenWrt SDKs for agent 0.6.2

This commit is contained in:
benya
2026-07-23 02:05:14 +03:00
parent b2b903bd47
commit c709255b17
15 changed files with 58 additions and 35 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"time"
)
const agentVersion = "0.6.1"
const agentVersion = "0.6.2"
type agentRuntimeHealth struct {
StartedAt time.Time
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
func TestAgentVersionIsStable(t *testing.T) {
if agentVersion != "0.6.1" {
if agentVersion != "0.6.2" {
t.Fatalf("unexpected agent version %q", agentVersion)
}
}