From 05bb704b8824417888bc7880f3478d9f2a380737 Mon Sep 17 00:00:00 2001 From: Ruben Fonseca Date: Tue, 22 Feb 2022 12:33:22 +0100 Subject: [PATCH] feat(go): drop support for go 1.13 and 1.14 --- .github/workflows/test_pull_request.yml | 2 -- go.mod | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test_pull_request.yml b/.github/workflows/test_pull_request.yml index f364c59714..24a243c39f 100644 --- a/.github/workflows/test_pull_request.yml +++ b/.github/workflows/test_pull_request.yml @@ -14,8 +14,6 @@ jobs: - "1.17" - "1.16" - "1.15" - - "1.14" - - "1.13" steps: - name: Set up Go ${{ matrix.go }} diff --git a/go.mod b/go.mod index 34fb135594..b4659b1eec 100644 --- a/go.mod +++ b/go.mod @@ -11,4 +11,4 @@ require ( github.com/xeipuuv/gojsonschema v0.0.0-20181112162635-ac52e6811b56 ) -go 1.13 +go 1.15