We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881c120 commit 22f0db4Copy full SHA for 22f0db4
Dockerfile
@@ -1,5 +1,5 @@
1
# 多阶段构建:第一阶段用于编译
2
-FROM golang:1.22-alpine AS builder
+FROM golang:1.24-alpine AS builder
3
4
# 安装构建依赖
5
RUN apk add --no-cache \
go.mod
@@ -1,8 +1,8 @@
module github.com/zy84338719/filecodebox
-go 1.22
+go 1.24
-toolchain go1.22.12
+toolchain go1.24.4
6
7
require (
8
github.com/aws/aws-sdk-go v1.55.8
0 commit comments