Skip to content

Commit

Permalink
Merge pull request #36 from yutachaos/feature/update_go_version
Browse files Browse the repository at this point in the history
update go 1.9
  • Loading branch information
yutachaos committed Sep 16, 2022
2 parents fbe533a + a75955f commit 9028601
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: setup go
uses: actions/setup-go@v1
with:
go-version: 1.16.x
go-version: 1.19.x
- name: run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
Expand Down
15 changes: 11 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ module github.com/knqyf263/utern
require (
github.com/aws/aws-sdk-go v1.44.88
github.com/briandowns/spinner v1.7.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.1
)

go 1.16
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
)

go 1.19

0 comments on commit 9028601

Please sign in to comment.