Skip to content

Commit

Permalink
⬆️ dep: upgrade test on go1.21 and remove test on go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Oct 16, 2023
1 parent d1e31aa commit a6380a3
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
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.18, 1.19, '1.20']
go_version: [1.21, 1.19, '1.20']

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/gookit/config/v2

go 1.18
go 1.19

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit a6380a3

Please sign in to comment.