From 59f3a98906dd974a54cc6ffed3dd9bc0ef882bc2 Mon Sep 17 00:00:00 2001 From: Arlan Lloyd Date: Thu, 19 Feb 2026 14:24:47 -0800 Subject: [PATCH] update devspace to 1.26 --- auth/devspace.yaml | 2 +- transcoder/devspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/devspace.yaml b/auth/devspace.yaml index 7da5af76..fd131985 100644 --- a/auth/devspace.yaml +++ b/auth/devspace.yaml @@ -3,7 +3,7 @@ name: auth dev: auth: imageSelector: ghcr.io/zoriya/kyoo_auth - devImage: docker.io/golang:1.25 + devImage: docker.io/golang:1.26 workingDir: /app sync: - path: .:/app diff --git a/transcoder/devspace.yaml b/transcoder/devspace.yaml index 09c04423..b9af5ffb 100644 --- a/transcoder/devspace.yaml +++ b/transcoder/devspace.yaml @@ -4,7 +4,7 @@ dev: transcoder: imageSelector: ghcr.io/zoriya/kyoo_transcoder # would be good to publish the kyoo_transcoder builder image with all deps installed - devImage: golang:1.25 + devImage: golang:1.26 workingDir: /app sync: - path: .:/app