Skip to content

Commit

Permalink
update golang version (#84)
Browse files Browse the repository at this point in the history
* update golang version in github action
  • Loading branch information
wangrzneu authored May 8, 2024
1 parent 7b91958 commit 0ec2152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: 1.21.9
go-version: 1.20.14

- name: Build
run: go build ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v3
with:
go-version: 1.21.9
go-version: 1.20.14

- name: Build
run: bash hack/github-release.sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ucloud/ucloud-cli

go 1.21
go 1.20

require (
github.com/fatih/color v1.13.0
Expand Down

0 comments on commit 0ec2152

Please sign in to comment.