Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mproffitt committed Nov 12, 2023
1 parent afd1ffd commit 2b0435d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
version: 2.1

orbs:
architect: giantswarm/architect@4.33.0
architect: giantswarm/architect@4.34.1

workflows:
build-workflow:
jobs:
- architect/go-test:
name: go-test
filters:
# Trigger job also on git tag.
tags:
only: /^v.*/
- builddocker:
context:
- architect
Expand Down

0 comments on commit 2b0435d

Please sign in to comment.