feat(升级依赖): 升级依赖
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2024-01-10 11:42:19 +08:00
parent 882519753b
commit 1d73a5a962
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ steps:
pull: if-not-exists
image: ccr.ccs.tencentyun.com/xiaoqidun/goenv
commands:
- CGO_ENABLED=0 go build -o gocos -trimpath -ldflags "-s -w -buildid=" gocos.go
- GOAMD64=v3 CGO_ENABLED=0 go build -o gocos -trimpath -ldflags "-s -w -buildid=" gocos.go
- name: docker-cn
pull: if-not-exists
image: plugins/docker

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM alpine:3.18.5
FROM alpine:3.19.0
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/xiaoqidun/gocos
go 1.21.5
go 1.21.6
require github.com/tencentyun/cos-go-sdk-v5 v0.7.45