Introduce Go 1.13 to use stdlib error wrapping

This commit is contained in:
Matthias Loibl 2019-10-09 15:40:14 +02:00
parent b1501bbce7
commit 9a2a8afaeb
No known key found for this signature in database
GPG key ID: 78A796CA74CA38BA
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
_config+:: {
golang: 'golang:1.12',
golang: 'golang:1.13',
},
kind: 'pipeline',