Skip to content

Commit

Permalink
Merge pull request #82 from dolmen-go/upgrade-x-sys-tagged
Browse files Browse the repository at this point in the history
deps: use a tagged version of golang.org/x/sys
  • Loading branch information
mattn committed Mar 22, 2023
2 parents c84e2cc + 1f92190 commit 72a590e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -18,8 +18,6 @@ jobs:
- '1.19'
- '1.18'
- '1.17'
- '1.16'
- '1.15'
steps:
- uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -2,4 +2,4 @@ module github.com/mattn/go-isatty

go 1.15

require golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
require golang.org/x/sys v0.6.0
4 changes: 2 additions & 2 deletions go.sum
@@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 72a590e

Please sign in to comment.