Skip to content

Commit

Permalink
chore: Update Go to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1404 authored and MartinWeindel committed Feb 27, 2025
1 parent b7d7d39 commit f37b6d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ cert-management:

steps:
build:
image: golang:1.24.0
image: golang:1.24
output_dir: binary
check:
image: golang:1.24.0

image: golang:1.24
jobs:
head-update:
traits:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/gardener/cert-management

go 1.23.0

toolchain go1.23.6
go 1.24

require (
github.com/Masterminds/semver/v3 v3.3.1
Expand Down

0 comments on commit f37b6d5

Please sign in to comment.