Added back CircleCI config.yaml

Signed-off-by: Andrew Block <andy.block@gmail.com>
This commit is contained in:
Andrew Block 2023-03-02 13:23:29 -06:00
parent 2f1dffa3e7
commit e6f7b5afa0
No known key found for this signature in database
GPG key ID: 02DFE631AEF35EBC

11
.circleci/config.yml Normal file
View file

@ -0,0 +1,11 @@
---
version: 2
jobs:
build:
docker:
- image: cimg/go:1.18
steps:
- checkout