Skip to content

Commit 1b38270

Browse files
authored
Merge pull request #141 from aramase/aramase/c/go1.24.5
chore: update to go 1.24.5
2 parents 4bf1d7d + e6f015a commit 1b38270

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build the manager binary
16-
FROM golang:1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d AS builder
16+
FROM golang:1.24.5@sha256:14fd8a55e59a560704e5fc44970b301d00d344e45d6b914dda228e09f359a088 AS builder
1717

1818
ARG TARGETOS
1919
ARG TARGETARCH

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/secrets-store-sync-controller
22

3-
go 1.24.2
3+
go 1.24.5
44

55
require (
66
github.com/google/go-cmp v0.6.0

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/secrets-store-sync-controller/hack/tools
22

3-
go 1.24.2
3+
go 1.24.5
44

55
require github.com/golangci/golangci-lint v1.64.8
66

0 commit comments

Comments
 (0)