Skip to content

Commit

Permalink
feat(go): drop support for go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Feb 25, 2022
1 parent 05bb704 commit 2e45a2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
go:
- "1.17"
- "1.16"
- "1.15"

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

go 1.15
go 1.16

0 comments on commit 2e45a2b

Please sign in to comment.