Skip to content

Commit

Permalink
⬆️ dep: update the go.mod version to go1.19
Browse files Browse the repository at this point in the history
- add ci tests on go 1.21, remove test on go1.18
  • Loading branch information
inhere committed Jan 5, 2024
1 parent 2c7f836 commit d5e63f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.18, 1.19, '1.20']
go_version: [1.19, '1.20', 1.21]

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gookit/ini/v2

go 1.18
go 1.19

require (
github.com/gookit/goutil v0.6.15
Expand Down

0 comments on commit d5e63f5

Please sign in to comment.