update devspace to 1.26

This commit is contained in:
Arlan Lloyd 2026-02-19 14:24:47 -08:00
parent f17abde29c
commit 59f3a98906
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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