drop support for Go 1.13

This commit is contained in:
Marten Seemann
2020-06-25 14:01:15 +07:00
parent fc047d7904
commit 012e62112d
14 changed files with 153 additions and 231 deletions

View File

@@ -5,11 +5,6 @@ executors:
- image: "circleci/golang:1.14"
environment:
runrace: true
test-go113:
docker:
- image: "circleci/golang:1.13"
environment:
runrace: true
interop:
docker:
- image: circleci/buildpack-deps:stretch
@@ -50,9 +45,6 @@ jobs:
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self -- -qlog
go114:
<<: *test
go113:
<<: *test
executor: test-go113
interop-build:
executor: interop
steps:
@@ -88,7 +80,6 @@ workflows:
workflow:
jobs:
- go114
- go113
- interop-build:
filters:
branches: