Skip to content

Commit

Permalink
👷 ci: remove ci test on go1.18, add on go1.21
Browse files Browse the repository at this point in the history
- update go.mod deps
  • Loading branch information
inhere committed Sep 23, 2023
1 parent 3e41471 commit 9bbcec2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go_version: [1.18, 1.19, '1.20']
go_version: [1.19, '1.20', 1.21]

steps:
- name: Check out code
Expand Down
3 changes: 1 addition & 2 deletions go.mod
@@ -1,10 +1,9 @@
module github.com/gookit/goutil

go 1.18
go 1.19

require (
github.com/gookit/color v1.5.4
github.com/pkg/errors v0.9.1
golang.org/x/sync v0.3.0
golang.org/x/sys v0.12.0
golang.org/x/term v0.12.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
@@ -1,8 +1,6 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/gookit/color v1.5.4 h1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0=
github.com/gookit/color v1.5.4/go.mod h1:pZJOeOS8DM43rXbp4AZo1n9zCU2qjpcRko0b6/QJi9w=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
Expand Down

0 comments on commit 9bbcec2

Please sign in to comment.