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 2019a6f commit 4361f49Copy full SHA for 4361f49
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v6
21
with:
22
- version: v1.57
+ version: v1.63.4
23
24
yamllint:
25
name: yamllint
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ionos-cloud/cluster-api-provider-proxmox
2
3
-go 1.22.0
+go 1.22.1
4
5
replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.8.5
6
0 commit comments