Commit graph

8 commits

Author SHA1 Message Date
Matthias Loibl
bcd89fd33d
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.
2020-02-28 17:41:49 +01:00
Matthias Loibl
a6bc2c25ae
Start testing Go 1.14 with rc0 2020-02-10 10:17:29 +01:00
sh0rez
376432fadd
feat(cli): version flag (#60)
* feat(cli): version flag

Adds a --version flag to jb. Only available on go versions greater than 1.12

* style: add license headers

* chore(ci): generate only on latest go

* fix: unique step names

* doc: include version in README help text

* fix: rebuild .drone.yml using drone.cli

* fix: remove race condidion from CI
2019-12-14 16:40:30 +01:00
Matthias Loibl
f1b13bd42d
Test for 3 latest Go versions in CI 2019-11-10 13:44:10 +01:00
Matthias Loibl
9a2a8afaeb
Introduce Go 1.13 to use stdlib error wrapping 2019-10-09 15:40:14 +02:00
Matthias Loibl
ce22ada9e2
Run unit tests and integration tests in CI 2019-07-23 13:42:38 -07:00
Matthias Loibl
807ab8dc76
drone: Run tests including integration tests 2019-07-23 13:37:23 -07:00
Matthias Loibl
18923f2dfc
Use Drone as the CI with a working pipeline (#28) 2019-04-23 14:26:40 +02:00