We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6c57 commit 29c4abaCopy full SHA for 29c4aba
.gitignore
@@ -7,6 +7,8 @@
7
*.dylib
8
bin/*
9
Dockerfile.cross
10
+.DS_Store
11
+go.work*
12
13
# Test binary, built with `go test -c`
14
*.test
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ironcore-dev/boot-operator
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/containerd/containerd v1.7.29
0 commit comments