Skip to content

Commit

Permalink
ci: update go versions, use -race
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Jun 10, 2021
1 parent a054c40 commit 7c61f4d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@ workflows:
ci:
jobs:
- go/test:
name: test-golang-1.13
name: test-golang-1.14
executor:
name: go/golang
tag: 1.13-alpine
tag: "1.14"
cgo-enabled: "1"
go-test-flags: -race
- go/test:
name: test-golang-1.14
name: test-golang-1.15
executor:
name: go/golang
tag: 1.14-alpine
tag: "1.15"
cgo-enabled: "1"
go-test-flags: -race
- go/test:
name: test-golang-1.15
name: test-golang-1.16
executor:
name: go/golang
tag: 1.15-alpine
tag: "1.16"
cgo-enabled: "1"
go-test-flags: -race

0 comments on commit 7c61f4d

Please sign in to comment.