forked from TrueCloudLab/neoneo-go
circleci: fix workflow version
Only version 2 is supported at the moment as per https://circleci.com/docs/2.0/configuration-reference/#version-1 Not to confuse with top-level version which really can be 2.1.
This commit is contained in:
parent
c6d7ef2de4
commit
1871040de6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ jobs:
|
|||
|
||||
|
||||
workflows:
|
||||
version: 2.1
|
||||
version: 2
|
||||
workflow:
|
||||
jobs:
|
||||
- vet:
|
||||
|
|
Loading…
Reference in a new issue