From 1ab730b0bbe75e8c3c78c38188908f2b6315dc26 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 7 Oct 2023 00:03:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 229d7df..6ea886d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/go.mod b/go.mod index 93c7113..b87da81 100644 --- a/go.mod +++ b/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