open-nomad/.circleci
Michael Schurter db14a4d19c build: update from Go 1.14.4 to Go 1.14.5
Go 1.14.4 contains two CVEs which are fixed in 1.14.5:

 - [CVE-2020-15586](https://golang.org/issue/34902)
 - [CVE-2020-14039](https://golang.org/issue/39360)

Upon consideration with HashiCorp security these CVEs are considered low
severity for Nomad and no new security fix binary will be released.
2020-07-15 09:49:06 -07:00
..
config build: update from Go 1.14.4 to Go 1.14.5 2020-07-15 09:49:06 -07:00
.gitattributes git: only .circleci/config.yml is a generated one 2019-11-22 11:24:13 -05:00
.gitignore Refactor circleci CI scripts 2019-11-20 15:02:08 -05:00
config.yml build: update from Go 1.14.4 to Go 1.14.5 2020-07-15 09:49:06 -07:00
Makefile Refactor circleci CI scripts 2019-11-20 15:02:08 -05:00
README.md simply link to vault .circleci README 2019-11-20 15:02:10 -05:00

How to use CircleCI multi-file config

Refer to https://github.com/hashicorp/vault/blob/master/.circleci/README.md .