We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32d0e27 + b17ef31 commit 6b80984Copy full SHA for 6b80984
.circleci/config.yml
@@ -1,9 +1,9 @@
1
version: 2.1
2
3
orbs:
4
- shellcheck: circleci/shellcheck@1.3.16
5
- docker: circleci/docker@1.0.1
6
- go: circleci/go@1.1.1
+ shellcheck: circleci/shellcheck@3.1.1
+ docker: circleci/docker@2.1.1
+ go: circleci/go@1.7.1
7
8
commands:
9
docker-build:
@@ -285,7 +285,8 @@ workflows:
285
jobs:
286
- shellcheck/check:
287
name: shellcheck
288
- ignore: SC2086,SC2181
+ exclude: SC2086,SC2181
289
+ external_sources: true
290
filters:
291
tags:
292
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
0 commit comments