File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 18
18
cache-dependency-path : go.sum
19
19
20
20
- name : Lint
21
- uses : golangci/golangci-lint-action@v6.0.1
21
+ uses : golangci/golangci-lint-action@v6.1.0
22
22
with :
23
23
github_token : ${{ secrets.GITHUB_TOKEN }}
24
24
reporter : github-pr-check
Original file line number Diff line number Diff line change 1
1
# -----------------------------------------------------------------------------
2
2
# The base image for building the k9s binary
3
3
4
- FROM golang:1.21.5 -alpine3.17 AS build
4
+ FROM golang:1.22 -alpine3.20 AS build
5
5
6
6
WORKDIR /k9s
7
7
COPY go.mod go.sum main.go Makefile ./
Original file line number Diff line number Diff line change @@ -341,6 +341,7 @@ K9s uses aliases to navigate most K8s resources.
341
341
| Show active keyboard mnemonics and help | ` ? ` | |
342
342
| Show all available resource alias | ` ctrl-a ` | |
343
343
| To bail out of K9s | ` :quit ` , ` :q ` , ` ctrl-c ` | |
344
+ | To go up/back to the previous view | ` esc ` | If you have crumbs on, this will go to the previous one |
344
345
| View a Kubernetes resource using singular/plural or short-name | ` : ` pod⏎ | accepts singular, plural, short-name or alias ie pod or pods |
345
346
| View a Kubernetes resource in a given namespace | ` : ` pod ns-x⏎ | |
346
347
| View filtered pods (New v0.30.0!) | ` : ` pod /fred⏎ | View all pods filtered by fred |
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ require (
102
102
github.com/distribution/reference v0.6.0 // indirect
103
103
github.com/docker/cli v25.0.1+incompatible // indirect
104
104
github.com/docker/distribution v2.8.3+incompatible // indirect
105
- github.com/docker/docker v26.0.1 +incompatible // indirect
105
+ github.com/docker/docker v26.1.4 +incompatible // indirect
106
106
github.com/docker/docker-credential-helpers v0.7.0 // indirect
107
107
github.com/docker/go-connections v0.5.0 // indirect
108
108
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ github.com/docker/cli v25.0.1+incompatible h1:mFpqnrS6Hsm3v1k7Wa/BO23oz0k121MTbT
404
404
github.com/docker/cli v25.0.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
405
405
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
406
406
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
407
- github.com/docker/docker v26.0.1 +incompatible h1:t39Hm6lpXuXtgkF0dm1t9a5HkbUfdGy6XbWexmGr+hA =
408
- github.com/docker/docker v26.0.1 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
407
+ github.com/docker/docker v26.1.4 +incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU =
408
+ github.com/docker/docker v26.1.4 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
409
409
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A =
410
410
github.com/docker/docker-credential-helpers v0.7.0 /go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0 =
411
411
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
You can’t perform that action at this time.
0 commit comments