Skip to content

Commit

Permalink
Stop testing against go1.9-1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Thomas <nick@gitlab.com>
  • Loading branch information
Nick Thomas committed Mar 16, 2021
1 parent c1bba9e commit 112a9d4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ workflows:
tests:
jobs:
# Supported Go versions are synced with github.com/prometheus/client_golang.
- test:
name: go-1-9
go_version: "1.9"
use_gomod_cache: false
- test:
name: go-1-10
go_version: "1.10"
use_gomod_cache: false
- test:
name: go-1-11
go_version: "1.11"
- test:
name: go-1-12
go_version: "1.12"
- test:
name: go-1-13
go_version: "1.13"
Expand Down

0 comments on commit 112a9d4

Please sign in to comment.