Skip to content

Commit

Permalink
chore: fix vulnerability GO-2025-3373 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bavarianbidi authored Feb 4, 2025
1 parent 4cd988d commit 114ca4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.23.3'
go-version: '1.23.5'

- name: make verify
run: make verify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: '1.23.3'
go-version: '1.23.5'

- name: release
run: make release
Expand Down
2 changes: 1 addition & 1 deletion demo/app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

go 1.23.3
go 1.23.5

require github.com/prometheus/client_golang v1.19.1

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module github.com/bavarianbidi/kubectl-dpm

go 1.23.3
go 1.23.5

require (
github.com/knadh/koanf v1.5.0
Expand Down

0 comments on commit 114ca4b

Please sign in to comment.