chore: update Go base image version in Dockerfile

- Changed the base image from golang:1.22.9 to golang:1.23 to leverage the latest features and improvements.
- Ensured alignment with existing coding standards and maintained consistency in the Dockerfile structure.
This commit is contained in:
Marvin Zhang
2025-04-10 17:41:56 +08:00
parent 95bf247ab1
commit 3b9b3115a3

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.9 AS build
FROM golang:1.23 AS build
# Context path is the root of the repository