File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 14
14
- name : setup go
15
15
uses : actions/setup-go@v1
16
16
with :
17
- go-version : 1.16 .x
17
+ go-version : 1.19 .x
18
18
- name : run GoReleaser
19
- uses : goreleaser/goreleaser-action@v2
19
+ uses : goreleaser/goreleaser-action@v3
20
20
with :
21
21
distribution : goreleaser
22
22
version : latest
Original file line number Diff line number Diff line change @@ -3,12 +3,19 @@ module github.com/knqyf263/utern
3
3
require (
4
4
github.com/aws/aws-sdk-go v1.44.88
5
5
github.com/briandowns/spinner v1.7.0
6
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
7
6
github.com/fatih/color v1.7.0
8
- github.com/mattn/go-colorable v0.1.4 // indirect
9
- github.com/mattn/go-isatty v0.0.10 // indirect
10
7
github.com/pkg/errors v0.9.1
11
8
github.com/urfave/cli v1.22.1
12
9
)
13
10
14
- go 1.16
11
+ require (
12
+ github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
13
+ github.com/jmespath/go-jmespath v0.4.0 // indirect
14
+ github.com/mattn/go-colorable v0.1.4 // indirect
15
+ github.com/mattn/go-isatty v0.0.10 // indirect
16
+ github.com/russross/blackfriday/v2 v2.0.1 // indirect
17
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
18
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
19
+ )
20
+
21
+ go 1.19
You can’t perform that action at this time.
0 commit comments