Bump Go to 1.27.0 (#6)
CI / check-and-test (push) Successful in 31s

This commit was merged in pull request #6.
This commit is contained in:
s1d3sw1ped_bot
2026-08-31 20:12:10 -05:00
parent a3eb2d0d7a
commit 030d04dbe1
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