build: upgrade to Go 1.24.4 (#418)

This commit is contained in:
Geoff Bourne
2025-06-17 13:16:05 -05:00
committed by GitHub
parent 8c18f89a74
commit a61ee126f4
3 changed files with 3 additions and 3 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.24.2"
go-version: "1.24.4"
enable-ghcr: true
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
+1 -1
View File
@@ -12,4 +12,4 @@ jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version: "1.24.2"
go-version: "1.24.4"