Bump Go to 1.27.0
Format / gofmt (push) Successful in 5s
CI / Build (push) Successful in 21s
CI / Go Tests (push) Successful in 31s
Format / gofmt (pull_request) Successful in 6s
CI / Build (pull_request) Successful in 10s
CI / Go Tests (pull_request) Successful in 12s

This commit is contained in:
s1d3sw1ped_bot
2026-09-01 01:06:32 +00:00
parent 90f1cf8bdf
commit cf63bb20f4
2 changed files with 2 additions and 2 deletions
+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