Skip to content

Commit

Permalink
ci: add go1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Dec 19, 2020
1 parent 4fc8ab6 commit 7414759
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.12
gotestsum-format: short-verbose
executor:
name: go/golang
tag: 1.12-alpine

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

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

- go/test:
name: test-windows
executor: windows
Expand Down

0 comments on commit 7414759

Please sign in to comment.