Skip to content

Commit

Permalink
Upgrade to CircleCI v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrock committed Sep 11, 2022
1 parent 1bb0b1b commit 0084ddc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# circle.yml
version: 2.1
jobs:
deploy:
docker:
- image: cimg/go:1.19.1
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash

workflows:
deploy_saw:
jobs:
- deploy:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
7 changes: 0 additions & 7 deletions circle.yml

This file was deleted.

0 comments on commit 0084ddc

Please sign in to comment.