build: upgrade to Go 1.24.1 and k8s client to 0.32.3

* build: upgrade to Go 1.23.7

* build: upgrade to Go 1.24.1

Also
- github.com/prometheus/client_golang v1.21.1
- k8s 0.32.3
- golang.org/x/text v0.23.0
This commit is contained in:
Geoff Bourne
2025-03-16 14:13:36 -05:00
committed by GitHub
parent 1a51d5fc89
commit c834ffd862
4 changed files with 113 additions and 32 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
release:
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
with:
go-version: "1.23.6"
go-version: "1.24.1"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
+1 -1
View File
@@ -11,4 +11,4 @@ jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version: "1.23.6"
go-version: "1.24.1"