Skip to content

Commit 7670769

Browse files
authored
deps: Upgrade to Go 1.24.4 (#75)
1 parent ae53b8c commit 7670769

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release:
1111
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
1212
with:
13-
go-version: "1.24.1"
13+
go-version: "1.24.4"
1414
secrets:
1515
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
1616
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
build:
1717
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
1818
with:
19-
go-version: "1.24.1"
19+
go-version: "1.24.4"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ require (
2828

2929
go 1.21.0
3030

31-
toolchain go1.24.1
31+
toolchain go1.24.4

0 commit comments

Comments
 (0)