Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Jun 8, 2022
1 parent d41af17 commit 252b0ba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2.1
orbs:
go: circleci/[email protected]
workflows:
main:
jobs:
- build
jobs:
build:
executor:
name: go/default
tag: '1.16'
steps:
- checkout
- go/load-cache
- go/mod-download
- go/save-cache
- go/test:
covermode: atomic
failfast: true
race: true
verbose: true

0 comments on commit 252b0ba

Please sign in to comment.