Skip to content

Commit 0ec2152

Browse files
authored
update golang version (#84)
* update golang version in github action
1 parent 7b91958 commit 0ec2152

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up go
1919
uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.21.9
21+
go-version: 1.20.14
2222

2323
- name: Build
2424
run: go build ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.21.9
19+
go-version: 1.20.14
2020

2121
- name: Build
2222
run: bash hack/github-release.sh

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ucloud/ucloud-cli
22

3-
go 1.21
3+
go 1.20
44

55
require (
66
github.com/fatih/color v1.13.0

0 commit comments

Comments
 (0)