Skip to content

Commit

Permalink
Merge pull request #142 from dnephin/go1.15
Browse files Browse the repository at this point in the history
ci: Add go1.15, remove go1.11
  • Loading branch information
dnephin committed Aug 13, 2020
2 parents e076327 + e342569 commit 5d0850c
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 5d0850c

Please sign in to comment.