Skip to content

Commit 794ec91

Browse files
committed
Add Go 1.15 testing support
- Test with Go 1.15, 1.20, 1.21, 1.22, 1.23 - Set go.mod to 1.15 (minimum supported version)
1 parent 6d81ec7 commit 794ec91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go-version: ['1.20', '1.21', '1.22', '1.23']
14+
go-version: ['1.15', '1.20', '1.21', '1.22', '1.23']
1515

1616
steps:
1717
- uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/oliveagle/jsonpath
22

3-
go 1.20
3+
go 1.15

0 commit comments

Comments
 (0)