Skip to content

Commit

Permalink
update go version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 authored Nov 11, 2021
1 parent 8cd1fab commit 408fd29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.16
id: go

- name: Check out code into the Go module directory
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/sunny0826/kubecm

go 1.15
go 1.16

require (
github.com/alibabacloud-go/cs-20151215/v2 v2.4.5
Expand Down

0 comments on commit 408fd29

Please sign in to comment.