Skip to content

Commit 72a590e

Browse files
authored
Merge pull request #82 from dolmen-go/upgrade-x-sys-tagged
deps: use a tagged version of golang.org/x/sys
2 parents c84e2cc + 1f92190 commit 72a590e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- '1.19'
1919
- '1.18'
2020
- '1.17'
21-
- '1.16'
22-
- '1.15'
2321
steps:
2422
- uses: actions/setup-go@v2
2523
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/mattn/go-isatty
22

33
go 1.15
44

5-
require golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
5+
require golang.org/x/sys v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU=
2-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1+
golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
2+
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)