chore: bump go to 1.26.2

This commit is contained in:
yusing
2026-04-19 16:42:39 +08:00
parent d68850fef0
commit 2391383c7c
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.26.1-alpine AS builder
FROM golang:1.26.2-alpine AS builder
HEALTHCHECK NONE