Update golang Docker tag to v1.26.3
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2026-05-11 00:04:48 +00:00
parent 33f48f2bfb
commit 6bd483a347

View File

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