Skip to content

Commit 727373c

Browse files
feat(go): update go to 1.25.4 (#44)
* feat(go): update go to 1.25.4 Signed-off-by: Magnus Ullberg <magnus@ullberg.us>
1 parent 2ead907 commit 727373c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ jobs:
2121

2222
- name: Run linter
2323
uses: golangci/golangci-lint-action@v9
24-
with:
25-
version: v2.1.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module object-lease-controller
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.4
66

77
require (
88
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)