Skip to content

Commit 6b80984

Browse files
authored
Merge pull request #2564 from sachilles/upgrade-circleci
Upgrade circleci
2 parents 32d0e27 + b17ef31 commit 6b80984

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2.1
22

33
orbs:
4-
shellcheck: circleci/shellcheck@1.3.16
5-
docker: circleci/docker@1.0.1
6-
go: circleci/go@1.1.1
4+
shellcheck: circleci/shellcheck@3.1.1
5+
docker: circleci/docker@2.1.1
6+
go: circleci/go@1.7.1
77

88
commands:
99
docker-build:
@@ -285,7 +285,8 @@ workflows:
285285
jobs:
286286
- shellcheck/check:
287287
name: shellcheck
288-
ignore: SC2086,SC2181
288+
exclude: SC2086,SC2181
289+
external_sources: true
289290
filters:
290291
tags:
291292
only: /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/

0 commit comments

Comments
 (0)