Skip to content

Commit 4361f49

Browse files
committed
workflows/lint: update golangci-lint to 1.63.4
1 parent 2019a6f commit 4361f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v6
2121
with:
22-
version: v1.57
22+
version: v1.63.4
2323

2424
yamllint:
2525
name: yamllint

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ionos-cloud/cluster-api-provider-proxmox
22

3-
go 1.22.0
3+
go 1.22.1
44

55
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.5
66

0 commit comments

Comments
 (0)