Skip to content

Commit

Permalink
Update golang to v1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot committed Feb 4, 2025
1 parent 2a3a654 commit 6b48c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-diki-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: '1.23.5'
go-version: '1.23.6'
- name: Build the binary-files
id: build_binary_files
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.23.5 AS go-builder
FROM golang:1.23.6 AS go-builder

ARG TARGETARCH
WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/gardener/diki

go 1.23.0

toolchain go1.23.5
toolchain go1.23.6

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

0 comments on commit 6b48c1c

Please sign in to comment.