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

2
go.mod
View file

@ -1,6 +1,6 @@
module api
go 1.25.0
go 1.26.5
require (
github.com/go-chi/chi/v5 v5.3.1