Bump Go to 1.27.0 (#1)
Format / gofmt (push) Successful in 13s
CI / Build (push) Successful in 22s
CI / Go Tests (push) Successful in 24s

This commit was merged in pull request #1.
This commit is contained in:
s1d3sw1ped_bot
2026-08-31 20:11:24 -05:00
parent 90f1cf8bdf
commit 6379fac8f6
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 WORKDIR /src
+1 -1
View File
@@ -1,6 +1,6 @@
module scratchbox module scratchbox
go 1.25.4 go 1.27.0
require ( require (
github.com/spf13/cobra v1.10.1 github.com/spf13/cobra v1.10.1