Skip to content

Commit 29c4aba

Browse files
committed
Bump go version to 1.25
1 parent e5b6c57 commit 29c4aba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*.dylib
88
bin/*
99
Dockerfile.cross
10+
.DS_Store
11+
go.work*
1012

1113
# Test binary, built with `go test -c`
1214
*.test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ironcore-dev/boot-operator
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/containerd/containerd v1.7.29

0 commit comments

Comments
 (0)