Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ component-cli:

steps:
verify:
image: 'golang:1.16.7'
image: 'golang:1.18.9'
build:
image: 'golang:1.16.7'
image: 'golang:1.18.9'
execute: 'build'
output_dir: 'out'
timeout: '5m'
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.18.4 AS builder
FROM golang:1.18.9 AS builder

WORKDIR /go/src/github.com/gardener/component-cli
COPY . .
Expand Down