Skip to content

Commit

Permalink
Merge pull request #132 from ialidzhikov/update-golang
Browse files Browse the repository at this point in the history
Update golang to 1.12.0
  • Loading branch information
swapnilgm authored Mar 5, 2019
2 parents 5fef841 + 22f76ac commit 870517f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ etcd-backup-restore:
build: ~
steps:
check:
image: 'golang:1.11.5'
image: 'golang:1.12.0'
unit_test:
image: 'golang:1.11.5'
image: 'golang:1.12.0'
integration_test:
image: 'eu.gcr.io/gardener-project/cc/job-image-golang:0.4.0'
build:
image: 'golang:1.11.5'
image: 'golang:1.12.0'
output_dir: 'binary'

variants:
Expand Down

0 comments on commit 870517f

Please sign in to comment.