Skip to content

Commit 9e4ae91

Browse files
authored
Bump cobra-extension from v0.0.3 to v0.0.11 (#22)
* Bump cobra-extension from v0.0.3 to v0.0.11 * Bump golang from 1.15 to 1.16
1 parent 3bd62bc commit 9e4ae91

File tree

6 files changed

+124
-24
lines changed

6 files changed

+124
-24
lines changed

.github/workflows/pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yaml

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@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:

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module github.com/linuxsuren/go-cli-alias
22

3-
go 1.15
3+
go 1.16
44

55
require (
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
)

0 commit comments

Comments
 (0)