Skip to content

Commit

Permalink
Fix support golang version (#240)
Browse files Browse the repository at this point in the history
* Add support for go1.19

* Drop support for go1.14

* Now minimum support version is go1.15
  • Loading branch information
nukosuke committed Aug 3, 2022
1 parent 76fb10a commit 9d08fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
strategy:
matrix:
go-version:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ require (
github.com/google/go-querystring v1.1.0
)

go 1.14
go 1.15

0 comments on commit 9d08fb2

Please sign in to comment.