Skip to content

Commit

Permalink
Merge pull request #77 from gardener/enh/update-go-v19.4
Browse files Browse the repository at this point in the history
Update go to v1.19.4
  • Loading branch information
MartinWeindel authored Dec 14, 2022
2 parents 827c184 + 26a8674 commit eeca05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ machine-controller-manager-provider-azure:
steps_template: &steps_anchor
steps:
check:
image: 'golang:1.19.2'
image: 'golang:1.19.4'
build:
image: 'golang:1.19.2'
image: 'golang:1.19.4'
output_dir: 'binary'
test:
image: 'eu.gcr.io/gardener-project/gardener/testmachinery/base-step:stable'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

############# builder #############
FROM golang:1.19.2 AS builder
FROM golang:1.19.4 AS builder

WORKDIR /go/src/github.com/gardener/machine-controller-manager-provider-azure
COPY . .
Expand Down

0 comments on commit eeca05c

Please sign in to comment.