Browse Source

build: drop Go 1.9 & Go 1.10

pull/595/head
Matt Silverlock 5 years ago committed by GitHub
parent
commit
aa78c7f8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -67,4 +67,4 @@ workflows:
- test: - test:
matrix: matrix:
parameters: parameters:
version: ["latest", "1.15", "1.14", "1.13", "1.12", "1.10", "1.11", "1.10", "1.9"] version: ["latest", "1.15", "1.14", "1.13", "1.12", "1.10", "1.11"]

Loading…
Cancel
Save