Skip to content

Commit c9b4172

Browse files
authored
chore: bump golang to 1.23.3 (#44)
Signed-off-by: Mario Constanti <[email protected]>
1 parent 77265a2 commit c9b4172

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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@v5
2323
with:
24-
go-version: '1.23.1'
24+
go-version: '1.23.3'
2525

2626
- name: make verify
2727
run: make verify

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: git fetch --force --tags
2424
- uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.23.1'
26+
go-version: '1.23.3'
2727

2828
- name: release
2929
run: make release

demo/app/go.mod

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

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

5-
go 1.23.1
5+
go 1.23.3
66

77
require github.com/prometheus/client_golang v1.19.1
88

go.mod

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

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

5-
go 1.23.1
5+
go 1.23.3
66

77
require (
88
github.com/knadh/koanf v1.5.0

0 commit comments

Comments
 (0)