Skip to content

Commit

Permalink
⬆️ dep: upgrade goutil to v0.6.10 and ci tests remove go < 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 5, 2023
1 parent 1e18ae6 commit ec88144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.18, 1.19, 1.16, 1.17]
go_version: [1.18, 1.19, '1.20']

steps:
- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/gookit/filter

go 1.16
go 1.18

require github.com/gookit/goutil v0.6.8
require github.com/gookit/goutil v0.6.10

0 comments on commit ec88144

Please sign in to comment.