This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(go): drop support for go 1.13 and 1.14
- Loading branch information
1 parent
58dc56b
commit 05bb704
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,6 @@ jobs: | |
- "1.17" | ||
- "1.16" | ||
- "1.15" | ||
- "1.14" | ||
- "1.13" | ||
|
||
steps: | ||
- name: Set up Go ${{ matrix.go }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ require ( | |
github.com/xeipuuv/gojsonschema v0.0.0-20181112162635-ac52e6811b56 | ||
) | ||
|
||
go 1.13 | ||
go 1.15 |