Skip to content

Commit 78844ea

Browse files
authored
Merge pull request #181 from Neo2308/feature/master/update-to-go-1.18
Updated min supported version to go 1.18
2 parents b2e4d76 + 1a10216 commit 78844ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.15
22+
go-version: 1.18
2323

2424
- name: Test
2525
run: |

v5/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/evanphx/json-patch/v5
22

3-
go 1.12
3+
go 1.18
44

55
require (
66
github.com/jessevdk/go-flags v1.4.0

0 commit comments

Comments
 (0)