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

This commit was merged in pull request #7.
This commit is contained in:
2026-05-11 00:04:48 +00:00
committed by Nikolai Rodionov
parent cfa666e0a2
commit a15f693cfa

View File

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