Bump Go to 1.27.0 #6

Merged
Ghost merged 1 commits from chore/go-1.27 into master 2026-08-31 20:12:10 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Both manager and runner are part of a single binary (`jiggablend`) with subcomma
## Prerequisites
### Manager
- Go 1.25.4 or later
- Go 1.27.0 or later
- SQLite (via Go driver)
- Blender installed and in PATH (for metadata extraction)
- ImageMagick installed (for EXR preview conversion)
+1 -1
View File
@@ -1,6 +1,6 @@
module jiggablend
go 1.25.4
go 1.27.0
require (
github.com/go-chi/chi/v5 v5.2.3