Skip to content

Commit

Permalink
Updated min supported version to go 1.18
Browse files Browse the repository at this point in the history
* Updated min supported version to go 1.18
* Updated go versions used in tests to 1.18
  • Loading branch information
Neo2308 committed Aug 8, 2023
1 parent b2e4d76 commit 1a10216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.18

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion v5/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/evanphx/json-patch/v5

go 1.12
go 1.18

require (
github.com/jessevdk/go-flags v1.4.0
Expand Down

0 comments on commit 1a10216

Please sign in to comment.