Skip to content

Commit aafe63d

Browse files
committed
chore: bump go version
Signed-off-by: Mario Constanti <[email protected]>
1 parent c922da0 commit aafe63d

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
module github.com/bavarianbidi/kubectl-dpm
44

5-
go 1.22.0
6-
7-
toolchain go1.22.1
5+
go 1.22.2
86

97
require (
108
github.com/knadh/koanf v1.5.0

0 commit comments

Comments
 (0)