[bug-pqhgbnh8pqws] chore: upgrade Go toolchain to 1.27.0 #6

Merged
ops merged 1 commits from ops/bug-pqhgbnh8pqws/go-1-27 into main 2026-08-24 09:17:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 00ee941e9f - Show all commits
+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