Skip to content

Commit

Permalink
Add golang 1.18 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradithya Aria committed Apr 21, 2022
1 parent 9775a60 commit 7da2198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jsonpath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Go ${{ matrix.go }} test
strategy:
matrix:
go: ["1.16", "1.17"]
go: ["1.16", "1.17", "1.18"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 7da2198

Please sign in to comment.