Skip to content

Commit a942949

Browse files
authored
build: upgrade to Go 1.23.6 (#104)
1 parent 3b16bce commit a942949

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
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
1313
with:
14-
go-version: "1.23.5"
14+
go-version: "1.23.6"
1515
secrets:
1616
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
1717
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
build:
1616
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
1717
with:
18-
go-version: "1.23.5"
18+
go-version: "1.23.6"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/itzg/mc-monitor
22

33
go 1.23
44

5-
toolchain go1.23.5
5+
toolchain go1.23.6
66

77
require (
88
github.com/Raqbit/mc-pinger v0.2.4

0 commit comments

Comments
 (0)