Skip to content

Commit

Permalink
golang v1.22.4 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel authored Jun 7, 2024
1 parent 4a27ee9 commit db85f30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ external-dns-management:
base_definition:
steps:
build:
image: golang:1.22.2
image: golang:1.22.4
output_dir: binary
check:
image: golang:1.22.2
image: golang:1.22.4
integrationtest:
image: golang:1.22.2
image: golang:1.22.4
test:
image: golang:1.22.2
image: golang:1.22.4
traits:
publish:
dockerimages:
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.22.3 AS builder
FROM golang:1.22.4 AS builder

WORKDIR /build

Expand Down

0 comments on commit db85f30

Please sign in to comment.