File tree Expand file tree Collapse file tree 6 files changed +124
-24
lines changed
Expand file tree Collapse file tree 6 files changed +124
-24
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 name : Build
1111 runs-on : macos-10.15
1212 steps :
13- - name : Set up Go 1.13
13+ - name : Set up Go 1.16
1414 uses : actions/setup-go@v2.1.3
1515 with :
16- go-version : 1.13
16+ go-version : 1.16
1717 id : go
1818 - name : Check out code into the Go module directory
1919 uses : actions/checkout@v2.3.4
@@ -29,10 +29,10 @@ jobs:
2929 name : Lint
3030 runs-on : ubuntu-latest
3131 steps :
32- - name : Set up Go 1.13
32+ - name : Set up Go 1.16
3333 uses : actions/setup-go@v2.1.3
3434 with :
35- go-version : 1.13
35+ go-version : 1.16
3636 id : go
3737 - name : Check out code into the Go module directory
3838 uses : actions/checkout@v2.3.4
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v2.1.3
1818 with :
19- go-version : 1.13 .x
19+ go-version : 1.16 .x
2020 - name : Run GoReleaser
2121 uses : goreleaser/goreleaser-action@v2.4.1
2222 with :
Original file line number Diff line number Diff line change 11module github.com/linuxsuren/go-cli-alias
22
3- go 1.15
3+ go 1.16
44
55require (
6- github.com/linuxsuren/cobra-extension v0.0.3
6+ github.com/linuxsuren/cobra-extension v0.0.11
77 github.com/mitchellh/go-homedir v1.1.0
8- github.com/spf13/cobra v1.1.1
9- golang.org/x/text v0.3.4 // indirect
8+ github.com/spf13/cobra v1.1.3
109 gopkg.in/yaml.v2 v2.4.0
1110)
You can’t perform that action at this time.
0 commit comments