We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b91958 commit 0ec2152Copy full SHA for 0ec2152
3 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up go
19
uses: actions/setup-go@v3
20
with:
21
- go-version: 1.21.9
+ go-version: 1.20.14
22
23
- name: Build
24
run: go build ./...
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
run: bash hack/github-release.sh
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ucloud/ucloud-cli
2
3
-go 1.21
+go 1.20
4
5
require (
6
github.com/fatih/color v1.13.0
0 commit comments