Skip to content

Commit

Permalink
feat(go): drop support for go 1.13 and 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Feb 25, 2022
1 parent 58dc56b commit 05bb704
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_pull_request.yml
Expand Up @@ -14,8 +14,6 @@ jobs:
- "1.17"
- "1.16"
- "1.15"
- "1.14"
- "1.13"

steps:
- name: Set up Go ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -11,4 +11,4 @@ require (
github.com/xeipuuv/gojsonschema v0.0.0-20181112162635-ac52e6811b56
)

go 1.13
go 1.15

0 comments on commit 05bb704

Please sign in to comment.