Skip to content

Commit

Permalink
Adapt branch.cfg for go1.17 update
Browse files Browse the repository at this point in the history
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov committed Oct 15, 2021
1 parent 300c86a commit e204dee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion branch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cfgs:
repo: ~
steps:
verify:
image: 'eu.gcr.io/gardener-project/3rd/golang:1.16.7'
image: 'eu.gcr.io/gardener-project/3rd/golang:1.17.2'
traits:
version:
preprocess:
Expand Down Expand Up @@ -255,6 +255,10 @@ cfgs:
branches: ['release-v1\.3([0123]).*$']
inherit:
gardener:
base_definition:
steps:
verify:
image: 'eu.gcr.io/gardener-project/3rd/golang:1.16.7'
jobs:
head-update:
traits:
Expand Down

0 comments on commit e204dee

Please sign in to comment.