1 Commits

Author SHA1 Message Date
36c34a4644 Update golang Docker tag to v1.26.4
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2026-06-08 00:06:16 +00:00

View File

@@ -1,4 +1,4 @@
FROM golang:1.26.3
FROM golang:1.26.4
WORKDIR /app
COPY go.mod ./