ci: configure github-cli in circleci
parent
c26b619eaf
commit
16b04ee447
|
@ -13,6 +13,7 @@ orbs:
|
||||||
go: circleci/go@1.7.0
|
go: circleci/go@1.7.0
|
||||||
codecov: codecov/codecov@3.1.0
|
codecov: codecov/codecov@3.1.0
|
||||||
snyk: snyk/snyk@1.1.2
|
snyk: snyk/snyk@1.1.2
|
||||||
|
gh: circleci/github-cli@1.1.0
|
||||||
jobs:
|
jobs:
|
||||||
test_acc:
|
test_acc:
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -103,6 +104,8 @@ jobs:
|
||||||
- image: golang:1.16
|
- image: golang:1.16
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- gh/setup:
|
||||||
|
version: 2.2.0
|
||||||
- run:
|
- run:
|
||||||
name: "Ensure GnuPG is available"
|
name: "Ensure GnuPG is available"
|
||||||
command: gpg --version
|
command: gpg --version
|
||||||
|
|
Loading…
Reference in New Issue