Skip to content

Commit fe4053d

Browse files
committed
Update test image go vesrion, and golangci-lint
Signed-off-by: Lubron Zhan <[email protected]>
1 parent c54a948 commit fe4053d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
env:
9-
GO_VERSION: 1.22
9+
GO_VERSION: 1.24
1010
jobs:
1111
lint:
1212
runs-on: ubuntu-latest
@@ -19,7 +19,7 @@ jobs:
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v6
2121
with:
22-
version: v1.56.2
22+
version: v1.64.5
2323
args: --out-format=colored-line-number
2424
test-linux:
2525
runs-on: ubuntu-latest

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kube-vip/kube-vip-cloud-provider
22

3-
go 1.22
3+
go 1.23.1
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.20.1

0 commit comments

Comments
 (0)