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 5717ea8Copy full SHA for 5717ea8
.github/workflows/lint.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v9
19
with:
20
- version: v2.1
+ version: v2.5
.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