Merge pull request '[bug-pqhgbnh8pqws] chore: upgrade Go toolchain to 1.27.0' (#6) from ops/bug-pqhgbnh8pqws/go-1-27 into main
flock / release (push) Successful in 1m46s

This commit was merged in pull request #6.
This commit is contained in:
ops
2026-08-24 09:17:57 +00:00
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 WORKDIR /src
COPY go.mod go.sum ./ COPY go.mod go.sum ./
+1 -1
View File
@@ -1,6 +1,6 @@
module code.fritzlab.net/fritzlab/flock module code.fritzlab.net/fritzlab/flock
go 1.26.1 go 1.27
require ( require (
github.com/containernetworking/cni v1.3.0 github.com/containernetworking/cni v1.3.0