File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 2121
2222 - uses : actions/setup-go@v4
2323 with :
24- go-version : ' 1.22.1 '
24+ go-version : ' 1.22.2 '
2525
2626 - name : make verify
2727 run : make verify
Original file line number Diff line number Diff line change @@ -16,20 +16,13 @@ jobs:
1616 goreleaser :
1717 runs-on : ubuntu-latest
1818 steps :
19- - name : Login to ghcr.io
20- uses : docker/login-action@v3
21- with :
22- registry : ghcr.io
23- username : ${{ secrets.REGISTRY_USERNAME }}
24- password : ${{ secrets.REGISTRY_PASSWORD }}
25-
2619 - uses : actions/checkout@v4
2720 with :
2821 fetch-depth : 0
2922 - run : git fetch --force --tags
3023 - uses : actions/setup-go@v4
3124 with :
32- go-version : ' 1.22.1 '
25+ go-version : ' 1.22.2 '
3326
3427 - name : release
3528 run : make release
Original file line number Diff line number Diff line change 22
33module github.com/bavarianbidi/kubectl-dpm
44
5- go 1.22.0
6-
7- toolchain go1.22.1
5+ go 1.22.2
86
97require (
108 github.com/knadh/koanf v1.5.0
You can’t perform that action at this time.
0 commit comments