Bump Go to 1.27.0 #1

Merged
Ghost merged 1 commits from chore/go-1.27 into master 2026-08-31 20:11:24 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cf63bb20f4 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25.4-alpine AS builder
FROM golang:1.27.0-alpine AS builder
WORKDIR /src
+1 -1
View File
@@ -1,6 +1,6 @@
module scratchbox
go 1.25.4
go 1.27.0
require (
github.com/spf13/cobra v1.10.1