Skip to content

Commit

Permalink
Merge pull request #310 from Kostov6/go1.21-image
Browse files Browse the repository at this point in the history
Using go1.21 in pipeline_definitions
  • Loading branch information
Kostov6 authored Feb 8, 2024
2 parents a467272 + 059b495 commit 68aff7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ docforge:
build: ~
steps:
check:
image: "golang:1.20.0"
image: "golang:1.21.0"
test:
image: "golang:1.20.0"
image: "golang:1.21.0"
build:
image: "golang:1.20.0"
image: "golang:1.21.0"
output_dir: "binary"
integration-test:
image: "europe-docker.pkg.dev/gardener-project/releases/testmachinery/testmachinery-run:stable"
Expand All @@ -46,7 +46,7 @@ docforge:
pull-request: ~
steps:
docs-gen:
image: "golang:1.20.0"
image: "golang:1.21.0"
inputs:
BINARY_PATH: 'binary_path'
depends:
Expand Down

0 comments on commit 68aff7d

Please sign in to comment.