feat(spec): version field (#85)

Adds a `version` field to the `jsonnetfile.json`, so that `jb` can automatically recognize too old / too new schema versions, instead of panicking.
This commit is contained in:
Matthias Loibl 2020-02-28 17:41:49 +01:00 committed by GitHub
parent efe0c9e864
commit bcd89fd33d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 454 additions and 102 deletions

View file

@ -28,7 +28,6 @@
'make test',
'make test-integration',
],
depends_on: ["gomod"]
},
steps: [
@ -43,7 +42,7 @@
build('1.11'),
build('1.12'),
build('1.13'),
build('1.14-rc') + {depends_on: ["build-1.11", "build-1.12", "build-1.13"]},
build('1.14-rc'),
golang() {
name: 'generate',
@ -52,7 +51,6 @@
'make generate',
'git diff --exit-code',
],
depends_on: ["build-1.13"]
},
],
}