Bump Go to 1.27.0.
CI / check-and-test (pull_request) Successful in 1m2s

This commit is contained in:
s1d3sw1ped_bot
2026-09-01 01:06:44 +00:00
parent a3eb2d0d7a
commit 2ed3c97adb
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