Skip to content

Commit 16760a7

Browse files
authored
Merge branch 'evanphx:master' into master
2 parents a8cb1be + 08317d1 commit 16760a7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/dependabot.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/v5"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 10
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"

.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)