Skip to content

Commit

Permalink
Add go1.15, remove go1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Aug 13, 2020
1 parent e076327 commit e342569
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ orbs:
workflows:
ci:
jobs:
- go/test:
name: test-go-1.11
gotestsum-format: short-verbose
executor:
name: go/golang
tag: 1.11-alpine

- go/test:
name: test-go-1.12
gotestsum-format: short-verbose
Expand All @@ -34,6 +27,13 @@ workflows:
name: go/golang
tag: 1.14-alpine

- go/test:
name: test-go-1.15
gotestsum-format: short-verbose
executor:
name: go/golang
tag: 1.15-alpine

- go/test:
name: test-windows-go1.12
executor: windows
Expand Down

0 comments on commit e342569

Please sign in to comment.