Update golang Docker tag to v1.26
All checks were successful
Build and Push Docker Images / build (pull_request) Successful in 7m55s

This commit is contained in:
2026-02-11 02:32:26 +00:00
parent 69f2142631
commit dad27cae64

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app