[bug-pqhgbnh8pqws] chore: upgrade Go toolchain to 1.27.0
flock PR validation / validate (pull_request) Successful in 1m47s

Bump build base from golang:1.26.5-alpine to golang:1.27.0-alpine.
Update go.mod directive to 1.27.
This commit is contained in:
ops
2026-08-24 09:11:56 +00:00
parent 31088ca8f2
commit 00ee941e9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26.5-alpine AS build
FROM golang:1.27.0-alpine AS build
WORKDIR /src
COPY go.mod go.sum ./
+1 -1
View File
@@ -1,6 +1,6 @@
module code.fritzlab.net/fritzlab/flock
go 1.26.1
go 1.27
require (
github.com/containernetworking/cni v1.3.0