We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b16bce commit a942949Copy full SHA for a942949
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
13
with:
14
- go-version: "1.23.5"
+ go-version: "1.23.6"
15
secrets:
16
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
17
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
.github/workflows/test.yml
@@ -15,4 +15,4 @@ jobs:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
18
go.mod
@@ -2,7 +2,7 @@ module github.com/itzg/mc-monitor
2
3
go 1.23
4
5
-toolchain go1.23.5
+toolchain go1.23.6
6
7
require (
8
github.com/Raqbit/mc-pinger v0.2.4
0 commit comments