Skip to content

Commit 05e48c2

Browse files
authored
Merge pull request #111 from yue9944882/bump-k8s-1-31
Bump k8s.io base dependency to 1.31
2 parents 8af026f + 14aa44c commit 05e48c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2406
-2441
lines changed

.github/workflows/go.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ jobs:
1414
steps:
1515

1616
- name: Set up Go 1.x
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.19.3
19+
go-version: 1.23.1
2020
id: go
2121
- name: Check out code into the Go module directory
2222
uses: actions/checkout@v2
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v3
24+
uses: golangci/golangci-lint-action@v6
2525
with:
26-
version: v1.46
26+
version: v1.63.4
27+
args: "--disable-all --no-config -E gofmt"
2728
- run: go vet ./pkg/...
2829
- run: go vet ./sample/...
2930
- run: go vet ./tools/...

go.mod

+112-83
Large diffs are not rendered by default.

go.sum

+253-609
Large diffs are not rendered by default.

internal/sample-apiserver/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Do not open pull requests directly against this repository, they will be ignored. Instead, please open pull requests against [kubernetes/kubernetes](https://git.k8s.io/kubernetes/). Please follow the same [contributing guide](https://git.k8s.io/kubernetes/CONTRIBUTING.md) you would follow for any other pull request made to kubernetes/kubernetes.
44

5-
This repository is published from [kubernetes/kubernetes/staging/src/sigs.k8s.io/apiserver-runtime/internal/sample-apiserver](https://git.k8s.io/kubernetes/staging/src/sigs.k8s.io/apiserver-runtime/internal/sample-apiserver) by the [kubernetes publishing-bot](https://git.k8s.io/publishing-bot).
5+
This repository is published from [kubernetes/kubernetes/staging/src/k8s.io/sample-apiserver](https://git.k8s.io/kubernetes/staging/src/k8s.io/sample-apiserver) by the [kubernetes publishing-bot](https://git.k8s.io/publishing-bot).
66

77
Please see [Staging Directory and Publishing](https://git.k8s.io/community/contributors/devel/sig-architecture/staging.md) for more information

0 commit comments

Comments
 (0)