Skip to content

Commit

Permalink
Bump golang to 1.24 in CI/CD pipeline (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel authored Mar 3, 2025
1 parent 5a15fed commit ef91036
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 @@ -21,14 +21,14 @@ external-dns-management:
we use gosec for sast scanning. See attached log.
steps:
build:
image: golang:1.23.2
image: golang:1.24
output_dir: binary
check:
image: golang:1.23.2
image: golang:1.24
integrationtest:
image: golang:1.23.2
image: golang:1.24
test:
image: golang:1.23.2
image: golang:1.24
traits:
publish:
oci-builder: docker-buildx
Expand Down

0 comments on commit ef91036

Please sign in to comment.