Skip to content

Commit a8f0cf5

Browse files
committed
[build] update circleci
1 parent 734d8ad commit a8f0cf5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
publish-github-release:
4949
docker:
50-
- image: circleci/golang:1.8
50+
- image: circleci/golang:1.10
5151
steps:
5252
- attach_workspace:
5353
at: .
@@ -60,12 +60,15 @@ jobs:
6060
6161
workflows:
6262
version: 2
63-
release:
63+
main:
6464
jobs:
6565
- frontend
6666
- backend:
6767
requires:
6868
- frontend
6969
- publish-github-release:
7070
requires:
71-
- backend
71+
- backend
72+
filters:
73+
tags:
74+
only: /^v.*/

0 commit comments

Comments
 (0)