Skip to content

Commit 5717ea8

Browse files
authored
Bump go version to 1.25 (#236)
1 parent e5b6c57 commit 5717ea8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v9
1919
with:
20-
version: v2.1
20+
version: v2.5

.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)