mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Introduce Go 1.13 to use stdlib error wrapping
This commit is contained in:
parent
b1501bbce7
commit
9a2a8afaeb
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
_config+:: {
|
||||
golang: 'golang:1.12',
|
||||
golang: 'golang:1.13',
|
||||
},
|
||||
|
||||
kind: 'pipeline',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ platform:
|
|||
steps:
|
||||
- name: gomod
|
||||
pull: always
|
||||
image: golang:1.12
|
||||
image: golang:1.13
|
||||
commands:
|
||||
- go mod vendor
|
||||
- git diff --exit-code
|
||||
|
|
@ -23,7 +23,7 @@ steps:
|
|||
|
||||
- name: build
|
||||
pull: always
|
||||
image: golang:1.12
|
||||
image: golang:1.13
|
||||
commands:
|
||||
- make build
|
||||
- make test
|
||||
|
|
@ -38,7 +38,7 @@ steps:
|
|||
|
||||
- name: generate
|
||||
pull: always
|
||||
image: golang:1.12
|
||||
image: golang:1.13
|
||||
commands:
|
||||
- make check-license
|
||||
- make generate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue