Skip to content

Commit

Permalink
Merge pull request #116 from dnephin/add-ci
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
banks committed Sep 9, 2020
2 parents a726270 + dc54272 commit 3901aee
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2.1

orbs:
go: gotest/tools@0.0.13

workflows:
ci:
jobs:
- go/test:
name: test-golang-1.13
executor:
name: go/golang
tag: 1.13-alpine
- go/test:
name: test-golang-1.14
executor:
name: go/golang
tag: 1.14-alpine
- go/test:
name: test-golang-1.15
executor:
name: go/golang
tag: 1.15-alpine

0 comments on commit 3901aee

Please sign in to comment.