Skip to content

Commit

Permalink
Merge pull request #181 from Neo2308/feature/master/update-to-go-1.18
Browse files Browse the repository at this point in the history
Updated min supported version to go 1.18
  • Loading branch information
evanphx committed Aug 10, 2023
2 parents b2e4d76 + 1a10216 commit 78844ea
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 78844ea

Please sign in to comment.