Compare commits

..

2 Commits

Author SHA1 Message Date
67e3da13c7 Merge branch 'main' of github.com:xiaoqidun/gocos
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-07 00:04:43 +08:00
1ab730b0bb feat(更新镜像): 更新镜像 2023-10-07 00:03:23 +08:00
2 changed files with 2 additions and 2 deletions

@ -11,7 +11,7 @@ name: default
steps:
- name: upload
image: hkccr.ccs.tencentyun.com/xiaoqidun/gocos
image: ccr.ccs.tencentyun.com/xiaoqidun/gocos
settings:
secret_id:
from_secret: secret_id

2
go.mod

@ -1,6 +1,6 @@
module github.com/xiaoqidun/gocos
go 1.21.1
go 1.21.2
require github.com/tencentyun/cos-go-sdk-v5 v0.7.43