We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54a948 commit fe4053dCopy full SHA for fe4053d
.github/workflows/pr.yml
@@ -6,7 +6,7 @@ on:
6
pull_request:
7
8
env:
9
- GO_VERSION: 1.22
+ GO_VERSION: 1.24
10
jobs:
11
lint:
12
runs-on: ubuntu-latest
@@ -19,7 +19,7 @@ jobs:
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v6
21
with:
22
- version: v1.56.2
+ version: v1.64.5
23
args: --out-format=colored-line-number
24
test-linux:
25
go.mod
@@ -1,6 +1,6 @@
1
module github.com/kube-vip/kube-vip-cloud-provider
2
3
-go 1.22
+go 1.23.1
4
5
require (
github.com/onsi/ginkgo/v2 v2.20.1
0 commit comments