fix: update dockerfile golang version

This commit is contained in:
trafficlunar 2026-07-09 11:46:34 +01:00
parent e858417ae2
commit b407bdaa94
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# build
FROM golang:1.24.1 AS builder
FROM golang:1.26.5 AS builder
WORKDIR /app